Shades of Burly Wood #DCB585
Tints of Burly Wood #DCB585
RGB
CMYK
RGB Variations
Color information
#DCB585 (or 0xDCB585) is known color: Burly Wood. HEX triplet: DC, B5 and 85. RGB value is (220,181,133). Sum of RGB (Red+Green+Blue) = 220+181+133=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB585 is #234A7A. Grayscale: #BBBBBB. Windows color (decimal): -2312827 or 8762844. OLE color: 8762844.
HSL color Cylindrical-coordinate representation of color #DCB585: hue angle of 33.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB585 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 133 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.14 |
| HSL | 33.1º | 0.55% | 0.69% | - |
| HSV(B) | 33.1º | 0.4% | 0.86% | - |
| XYZ | 50.27 | 49.96 | 29.18 | - |
| YUV | 187.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 133 | 0 | 0.18 | 0.40 | 0.14 | 33.1 | 0.55 | 0.69 |
| Hex | DC | B5 | 85 | 0 | 12 | 28 | E | 21 | 37 | 45 |
| Octal | 334 | 265 | 205 | 0 | 22 | 50 | 16 | 41 | 67 | 105 |
| Binary | 11011100 | 10110101 | 10000101 | 0 | 10010 | 101000 | 1110 | 100001 | 110111 | 1000101 |
Color Harmonies of #DCB585
Complementary color
Monochromatic Colors of #DCB585
Black with #DCB585
Text Example
Text Example
White with #DCB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB585; }
p { color: rgb(220,181,133); }
H1.HeaderClassName
{
color: #DCB585;
}
.AnyTagClassName
{
color: #DCB585;
}
</style>
background-color css
<style>
a { background-color: #DCB585; }
a { background-color: rgb(220,181,133); }
div.DivClassName
{
background-color: #DCB585;
}
.BgClassName
{
background-color: #DCB585;
}
</style>
border-color css
<style>
span { border-color: #DCB585; }
span { border-color: rgb(220,181,133); }
td.TdClassName
{
border-color: #DCB585;
}
.TagClassName
{
border-color: #DCB585;
}
</style>