Shades of Burly Wood #DCB581
Tints of Burly Wood #DCB581
RGB
CMYK
RGB Variations
Color information
#DCB581 (or 0xDCB581) is known color: Burly Wood. HEX triplet: DC, B5 and 81. RGB value is (220,181,129). Sum of RGB (Red+Green+Blue) = 220+181+129=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB581 is #234A7E. Grayscale: #BABABA. Windows color (decimal): -2312831 or 8500700. OLE color: 8500700.
HSL color Cylindrical-coordinate representation of color #DCB581: hue angle of 34.29º 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 #DCB581 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 129 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.14 |
| HSL | 34.29º | 0.57% | 0.68% | - |
| HSV(B) | 34.29º | 0.41% | 0.86% | - |
| XYZ | 50 | 49.85 | 27.76 | - |
| YUV | 186.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 129 | 0 | 0.18 | 0.41 | 0.14 | 34.29 | 0.57 | 0.68 |
| Hex | DC | B5 | 81 | 0 | 12 | 29 | E | 22 | 39 | 44 |
| Octal | 334 | 265 | 201 | 0 | 22 | 51 | 16 | 42 | 71 | 104 |
| Binary | 11011100 | 10110101 | 10000001 | 0 | 10010 | 101001 | 1110 | 100010 | 111001 | 1000100 |
Color Harmonies of #DCB581
Complementary color
Monochromatic Colors of #DCB581
Black with #DCB581
Text Example
Text Example
White with #DCB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB581; }
p { color: rgb(220,181,129); }
H1.HeaderClassName
{
color: #DCB581;
}
.AnyTagClassName
{
color: #DCB581;
}
</style>
background-color css
<style>
a { background-color: #DCB581; }
a { background-color: rgb(220,181,129); }
div.DivClassName
{
background-color: #DCB581;
}
.BgClassName
{
background-color: #DCB581;
}
</style>
border-color css
<style>
span { border-color: #DCB581; }
span { border-color: rgb(220,181,129); }
td.TdClassName
{
border-color: #DCB581;
}
.TagClassName
{
border-color: #DCB581;
}
</style>