Shades of Burly Wood #DCB383
Tints of Burly Wood #DCB383
RGB
CMYK
RGB Variations
Color information
#DCB383 (or 0xDCB383) is known color: Burly Wood. HEX triplet: DC, B3 and 83. RGB value is (220,179,131). Sum of RGB (Red+Green+Blue) = 220+179+131=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB383 is #234C7C. Grayscale: #BABABA. Windows color (decimal): -2313341 or 8631260. OLE color: 8631260.
HSL color Cylindrical-coordinate representation of color #DCB383: hue angle of 32.36º degrees, saturation: 0.56, 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 #DCB383 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 131 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.14 |
| HSL | 32.36º | 0.56% | 0.69% | - |
| HSV(B) | 32.36º | 0.4% | 0.86% | - |
| XYZ | 49.73 | 49.09 | 28.33 | - |
| YUV | 185.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 131 | 0 | 0.19 | 0.40 | 0.14 | 32.36 | 0.56 | 0.69 |
| Hex | DC | B3 | 83 | 0 | 13 | 28 | E | 20 | 38 | 45 |
| Octal | 334 | 263 | 203 | 0 | 23 | 50 | 16 | 40 | 70 | 105 |
| Binary | 11011100 | 10110011 | 10000011 | 0 | 10011 | 101000 | 1110 | 100000 | 111000 | 1000101 |
Color Harmonies of #DCB383
Complementary color
Monochromatic Colors of #DCB383
Black with #DCB383
Text Example
Text Example
White with #DCB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB383; }
p { color: rgb(220,179,131); }
H1.HeaderClassName
{
color: #DCB383;
}
.AnyTagClassName
{
color: #DCB383;
}
</style>
background-color css
<style>
a { background-color: #DCB383; }
a { background-color: rgb(220,179,131); }
div.DivClassName
{
background-color: #DCB383;
}
.BgClassName
{
background-color: #DCB383;
}
</style>
border-color css
<style>
span { border-color: #DCB383; }
span { border-color: rgb(220,179,131); }
td.TdClassName
{
border-color: #DCB383;
}
.TagClassName
{
border-color: #DCB383;
}
</style>