#D4CF80

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

Shades of Deco #D4CF80

Tints of Deco #D4CF80

Color information

#D4CF80 (or 0xD4CF80) is unknown color: approx Deco. HEX triplet: D4, CF and 80. RGB value is (212,207,128). Sum of RGB (Red+Green+Blue) = 212+207+128=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CF80 is #2B307F. Grayscale: #C7C7C7. Windows color (decimal): -2830464 or 8441812. OLE color: 8441812.

HSL color Cylindrical-coordinate representation of color #D4CF80: hue angle of 56.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4CF80 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212207128-
CMYK00.020.400.17
HSL56.43º49.41%66.67%-
HSV(B)56.43º39.62%83.14%-
XYZ53.3660.1829.23-
YUV199.4987.66136.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=38.76%
G=37.84%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220712800.020.400.1756.4349.4166.67
HexD4CF80022811383143
Octal3243172000250217061103
Binary110101001100111110000000010101000100011110001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF80; }

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

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

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

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

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

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

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

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