#D4D47C

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

Shades of Deco #D4D47C

Tints of Deco #D4D47C

Color information

#D4D47C (or 0xD4D47C) is unknown color: approx Deco. HEX triplet: D4, D4 and 7C. RGB value is (212,212,124). Sum of RGB (Red+Green+Blue) = 212+212+124=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D47C is #2B2B83. Grayscale: #CACACA. Windows color (decimal): -2829188 or 8180948. OLE color: 8180948.

HSL color Cylindrical-coordinate representation of color #D4D47C: hue angle of 60º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4D47C is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212212124-
CMYK000.420.17
HSL60º50.57%65.88%-
HSV(B)60º41.51%83.14%-
XYZ54.3362.5428.28-
YUV201.9784135.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 124 (48.83% from 255) = 22.63%
R=38.69%
G=38.69%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212124000.420.176050.5765.88
HexD4D47C002A113c3342
Octal3243241740052217463102
Binary1101010011010100111110000101010100011111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D47C; }

 p { color: rgb(212,212,124); }

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

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

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

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

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

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

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