#D0CB85

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

Shades of Deco #D0CB85

Tints of Deco #D0CB85

Color information

#D0CB85 (or 0xD0CB85) is unknown color: approx Deco. HEX triplet: D0, CB and 85. RGB value is (208,203,133). Sum of RGB (Red+Green+Blue) = 208+203+133=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB85 is #2F347A. Grayscale: #C4C4C4. Windows color (decimal): -3093627 or 8768464. OLE color: 8768464.

HSL color Cylindrical-coordinate representation of color #D0CB85: hue angle of 56º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0CB85 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208203133-
CMYK00.020.360.18
HSL56º44.38%66.86%-
HSV(B)56º36.06%81.57%-
XYZ51.657.8230.63-
YUV196.5292.16136.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=38.24%
G=37.32%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820313300.020.360.185644.3866.86
HexD0CB85022412382c43
Octal3203132050244227054103
Binary110100001100101110000101010100100100101110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB85; }

 p { color: rgb(208,203,133); }

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

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

 a { background-color: rgb(208,203,133); }

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

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

 span { border-color: rgb(208,203,133); }

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