#D0CB82

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

Shades of Deco #D0CB82

Tints of Deco #D0CB82

Color information

#D0CB82 (or 0xD0CB82) is unknown color: approx Deco. HEX triplet: D0, CB and 82. RGB value is (208,203,130). Sum of RGB (Red+Green+Blue) = 208+203+130=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB82 is #2F347D. Grayscale: #C4C4C4. Windows color (decimal): -3093630 or 8571856. OLE color: 8571856.

HSL color Cylindrical-coordinate representation of color #D0CB82: hue angle of 56.15º degrees, saturation: 0.45, 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 #D0CB82 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208203130-
CMYK00.020.380.18
HSL56.15º45.35%66.27%-
HSV(B)56.15º37.5%81.57%-
XYZ51.457.7329.55-
YUV196.1790.66136.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 130 (51.17% from 255) = 24.03%
R=38.45%
G=37.52%
B=24.03%

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
Decimal20820313000.020.380.1856.1545.3566.27
HexD0CB82022612382d42
Octal3203132020246227055102
Binary110100001100101110000010010100110100101110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB82; }

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

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

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

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

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

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

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

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