Shades of Burly Wood #DCB788
Tints of Burly Wood #DCB788
RGB
CMYK
RGB Variations
Color information
#DCB788 (or 0xDCB788) is known color: Burly Wood. HEX triplet: DC, B7 and 88. RGB value is (220,183,136). Sum of RGB (Red+Green+Blue) = 220+183+136=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB788 is #234877. Grayscale: #BCBCBC. Windows color (decimal): -2312312 or 8959964. OLE color: 8959964.
HSL color Cylindrical-coordinate representation of color #DCB788: hue angle of 33.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCB788 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 136 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.14 |
| HSL | 33.57º | 0.55% | 0.7% | - |
| HSV(B) | 33.57º | 0.38% | 0.86% | - |
| XYZ | 50.89 | 50.86 | 30.43 | - |
| YUV | 188.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 136 | 0 | 0.17 | 0.38 | 0.14 | 33.57 | 0.55 | 0.7 |
| Hex | DC | B7 | 88 | 0 | 11 | 26 | E | 22 | 37 | 46 |
| Octal | 334 | 267 | 210 | 0 | 21 | 46 | 16 | 42 | 67 | 106 |
| Binary | 11011100 | 10110111 | 10001000 | 0 | 10001 | 100110 | 1110 | 100010 | 110111 | 1000110 |
Color Harmonies of #DCB788
Complementary color
Monochromatic Colors of #DCB788
Black with #DCB788
Text Example
Text Example
White with #DCB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB788; }
p { color: rgb(220,183,136); }
H1.HeaderClassName
{
color: #DCB788;
}
.AnyTagClassName
{
color: #DCB788;
}
</style>
background-color css
<style>
a { background-color: #DCB788; }
a { background-color: rgb(220,183,136); }
div.DivClassName
{
background-color: #DCB788;
}
.BgClassName
{
background-color: #DCB788;
}
</style>
border-color css
<style>
span { border-color: #DCB788; }
span { border-color: rgb(220,183,136); }
td.TdClassName
{
border-color: #DCB788;
}
.TagClassName
{
border-color: #DCB788;
}
</style>