#DCB981

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

Shades of Burly Wood #DCB981

Tints of Burly Wood #DCB981

Color information

#DCB981 (or 0xDCB981) is unknown color: approx Burly Wood. HEX triplet: DC, B9 and 81. RGB value is (220,185,129). Sum of RGB (Red+Green+Blue) = 220+185+129=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB981 is #23467E. Grayscale: #BDBDBD. Windows color (decimal): -2311807 or 8501724. OLE color: 8501724.

HSL color Cylindrical-coordinate representation of color #DCB981: hue angle of 36.92º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB981 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220185129-
CMYK00.160.410.14
HSL36.92º56.52%68.43%-
HSV(B)36.92º41.36%86.27%-
XYZ50.8351.528.03-
YUV189.0894.1150.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=41.20%
G=34.64%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018512900.160.410.1436.9256.5268.43
HexDCB98101029E253944
Octal33427120102051164571104
Binary11011100101110011000000101000010100111101001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB981; }

 p { color: rgb(220,185,129); }

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

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

 a { background-color: rgb(220,185,129); }

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

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

 span { border-color: rgb(220,185,129); }

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