#D4CF78

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

Shades of Deco #D4CF78

Tints of Deco #D4CF78

Color information

#D4CF78 (or 0xD4CF78) is unknown color: approx Deco. HEX triplet: D4, CF and 78. RGB value is (212,207,120). Sum of RGB (Red+Green+Blue) = 212+207+120=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF78 is #2B3087. Grayscale: #C6C6C6. Windows color (decimal): -2830472 or 7917524. OLE color: 7917524.

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

Color convert

RGB212207120-
CMYK00.020.430.17
HSL56.74º51.69%65.1%-
HSV(B)56.74º43.4%83.14%-
XYZ52.8559.9826.56-
YUV198.5883.66137.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 120 (47.27% from 255) = 22.26%
R=39.33%
G=38.40%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220712000.020.430.1756.7451.6965.1
HexD4CF78022B11393441
Octal3243171700253217164101
Binary11010100110011111111000010101011100011110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF78; }

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

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

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

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

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

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

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

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