#D4CE78

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

Shades of Deco #D4CE78

Tints of Deco #D4CE78

Color information

#D4CE78 (or 0xD4CE78) is unknown color: approx Deco. HEX triplet: D4, CE and 78. RGB value is (212,206,120). Sum of RGB (Red+Green+Blue) = 212+206+120=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE78 is #2B3187. Grayscale: #C6C6C6. Windows color (decimal): -2830728 or 7917268. OLE color: 7917268.

HSL color Cylindrical-coordinate representation of color #D4CE78: hue angle of 56.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4CE78 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212206120-
CMYK00.030.430.17
HSL56.09º51.69%65.1%-
HSV(B)56.09º43.4%83.14%-
XYZ52.6159.526.48-
YUV197.9983.99137.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=39.41%
G=38.29%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220612000.030.430.1756.0951.6965.1
HexD4CE78032B11383441
Octal3243161700353217064101
Binary11010100110011101111000011101011100011110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE78; }

 p { color: rgb(212,206,120); }

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

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

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

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

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

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

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