#D4D17C

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

Shades of Deco #D4D17C

Tints of Deco #D4D17C

Color information

#D4D17C (or 0xD4D17C) is unknown color: approx Deco. HEX triplet: D4, D1 and 7C. RGB value is (212,209,124). Sum of RGB (Red+Green+Blue) = 212+209+124=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D17C is #2B2E83. Grayscale: #C8C8C8. Windows color (decimal): -2829956 or 8180180. OLE color: 8180180.

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

Color convert

RGB212209124-
CMYK00.010.420.17
HSL57.95º50.57%65.88%-
HSV(B)57.95º41.51%83.14%-
XYZ53.5961.0528.03-
YUV200.2184.99136.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 209 (82.03% from 255) = 38.35%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=38.90%
G=38.35%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220912400.010.420.1757.9550.5765.88
HexD4D17C012A113a3342
Octal3243211740152217263102
Binary1101010011010001111110001101010100011110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D17C; }

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

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

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

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

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

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

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

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