#D4C24F

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

Shades of Confetti #D4C24F

Tints of Confetti #D4C24F

Color information

#D4C24F (or 0xD4C24F) is unknown color: approx Confetti. HEX triplet: D4, C2 and 4F. RGB value is (212,194,79). Sum of RGB (Red+Green+Blue) = 212+194+79=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C24F is #2B3DB0. Grayscale: #BABABA. Windows color (decimal): -2833841 or 5227220. OLE color: 5227220.

HSL color Cylindrical-coordinate representation of color #D4C24F: hue angle of 51.88º 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 #D4C24F is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21219479-
CMYK00.080.630.17
HSL51.88º60.73%57.06%-
HSV(B)51.88º62.74%83.14%-
XYZ47.8553.1515.13-
YUV186.2767.46146.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 16.29%
R=43.71%
G=40%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121947900.080.630.1751.8860.7357.06
HexD4C24F083F11343d39
Octal3243021170107721647571
Binary110101001100001010011110100011111110001110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C24F; }

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

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

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

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

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

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

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

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