#D2CC4E

Color #D2CC4E Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D2CC4E

Tints of Confetti #D2CC4E

Color information

#D2CC4E (or 0xD2CC4E) is unknown color: approx Confetti. HEX triplet: D2, CC and 4E. RGB value is (210,204,78). Sum of RGB (Red+Green+Blue) = 210+204+78=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC4E is #2D33B1. Grayscale: #BFBFBF. Windows color (decimal): -2962354 or 5164242. OLE color: 5164242.

HSL color Cylindrical-coordinate representation of color #D2CC4E: hue angle of 57.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2CC4E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB21020478-
CMYK00.030.630.18
HSL57.27º59.46%56.47%-
HSV(B)57.27º62.86%82.35%-
XYZ49.5557.4415.68-
YUV191.4363.99141.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 78 (30.86% from 255) = 15.85%
R=42.68%
G=41.46%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102047800.030.630.1857.2759.4656.47
HexD2CC4E033F12393b38
Octal322314116037722717370
Binary1101001011001100100111001111111110010111001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC4E; }

 p { color: rgb(210,204,78); }

 H1.HeaderClassName
 {
   color: #D2CC4E;
 }
 .AnyTagClassName
 {
   color: #D2CC4E;
 }
</style>
background-color css

<style>
 a { background-color: #D2CC4E; }

 a { background-color: rgb(210,204,78); }

 div.DivClassName
 {
   background-color: #D2CC4E;
 }
 .BgClassName
 {
   background-color: #D2CC4E;
 }
</style>
border-color css

<style>
 span { border-color: #D2CC4E; }

 span { border-color: rgb(210,204,78); }

 td.TdClassName
 {
   border-color: #D2CC4E;
 }
 .TagClassName
 {
   border-color: #D2CC4E;
 }
</style>