#D0CB81

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

Shades of Deco #D0CB81

Tints of Deco #D0CB81

Color information

#D0CB81 (or 0xD0CB81) is unknown color: approx Deco. HEX triplet: D0, CB and 81. RGB value is (208,203,129). Sum of RGB (Red+Green+Blue) = 208+203+129=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB81 is #2F347E. Grayscale: #C4C4C4. Windows color (decimal): -3093631 or 8506320. OLE color: 8506320.

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

Color convert

RGB208203129-
CMYK00.020.380.18
HSL56.2º45.66%66.08%-
HSV(B)56.2º37.98%81.57%-
XYZ51.3357.7129.2-
YUV196.0690.16136.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 129 (50.78% from 255) = 23.89%
R=38.52%
G=37.59%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820312900.020.380.1856.245.6666.08
HexD0CB81022612382e42
Octal3203132010246227056102
Binary110100001100101110000001010100110100101110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB81; }

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

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

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

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

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

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

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

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