#DCB986

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

Shades of Burly Wood #DCB986

Tints of Burly Wood #DCB986

Color information

#DCB986 (or 0xDCB986) is unknown color: approx Burly Wood. HEX triplet: DC, B9 and 86. RGB value is (220,185,134). Sum of RGB (Red+Green+Blue) = 220+185+134=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB986 is #234679. Grayscale: #BDBDBD. Windows color (decimal): -2311802 or 8829404. OLE color: 8829404.

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

Color convert

RGB220185134-
CMYK00.160.390.14
HSL35.58º55.13%69.41%-
HSV(B)35.58º39.09%86.27%-
XYZ51.1751.6329.82-
YUV189.6596.6149.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=40.82%
G=34.32%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018513400.160.390.1435.5855.1369.41
HexDCB98601027E243745
Octal33427120602047164467105
Binary11011100101110011000011001000010011111101001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB986; }

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

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

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

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

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

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

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

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