#DCB586

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

Shades of Burly Wood #DCB586

Tints of Burly Wood #DCB586

Color information

#DCB586 (or 0xDCB586) is unknown color: approx Burly Wood. HEX triplet: DC, B5 and 86. RGB value is (220,181,134). Sum of RGB (Red+Green+Blue) = 220+181+134=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB586 is #234A79. Grayscale: #BBBBBB. Windows color (decimal): -2312826 or 8828380. OLE color: 8828380.

HSL color Cylindrical-coordinate representation of color #DCB586: hue angle of 32.79º 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 #DCB586 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220181134-
CMYK00.180.390.14
HSL32.79º55.13%69.41%-
HSV(B)32.79º39.09%86.27%-
XYZ50.3449.9829.55-
YUV187.397.92151.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=41.12%
G=33.83%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018113400.180.390.1432.7955.1369.41
HexDCB58601227E213745
Octal33426520602247164167105
Binary11011100101101011000011001001010011111101000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB586; }

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

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

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

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

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

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

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

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