#D0CF89

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

Shades of Deco #D0CF89

Tints of Deco #D0CF89

Color information

#D0CF89 (or 0xD0CF89) is unknown color: approx Deco. HEX triplet: D0, CF and 89. RGB value is (208,207,137). Sum of RGB (Red+Green+Blue) = 208+207+137=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF89 is #2F3076. Grayscale: #C7C7C7. Windows color (decimal): -3092599 or 9031632. OLE color: 9031632.

HSL color Cylindrical-coordinate representation of color #D0CF89: hue angle of 59.15º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0CF89 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208207137-
CMYK00.000.340.18
HSL59.15º43.03%67.65%-
HSV(B)59.15º34.13%81.57%-
XYZ52.8459.8432.43-
YUV199.3292.83134.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=37.68%
G=37.5%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820713700.000.340.1859.1543.0367.65
HexD0CF890022123b2b44
Octal3203172110042227353104
Binary11010000110011111000100100100010100101110111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CF89; }

 p { color: rgb(208,207,137); }

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

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

 a { background-color: rgb(208,207,137); }

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

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

 span { border-color: rgb(208,207,137); }

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