#D4C04F

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

Shades of Confetti #D4C04F

Tints of Confetti #D4C04F

Color information

#D4C04F (or 0xD4C04F) is unknown color: approx Confetti. HEX triplet: D4, C0 and 4F. RGB value is (212,192,79). Sum of RGB (Red+Green+Blue) = 212+192+79=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C04F is #2B3FB0. Grayscale: #B9B9B9. Windows color (decimal): -2834353 or 5226708. OLE color: 5226708.

HSL color Cylindrical-coordinate representation of color #D4C04F: hue angle of 50.98º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4C04F is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21219279-
CMYK00.090.630.17
HSL50.98º60.73%57.06%-
HSV(B)50.98º62.74%83.14%-
XYZ47.4152.2614.99-
YUV185.168.13147.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 79 (31.25% from 255) = 16.36%
R=43.89%
G=39.75%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121927900.090.630.1750.9860.7357.06
HexD4C04F093F11333d39
Octal3243001170117721637571
Binary110101001100000010011110100111111110001110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C04F; }

 p { color: rgb(212,192,79); }

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

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

 a { background-color: rgb(212,192,79); }

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

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

 span { border-color: rgb(212,192,79); }

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