Shades of Burly Wood #DCBE8F
Tints of Burly Wood #DCBE8F
RGB
CMYK
RGB Variations
Color information
#DCBE8F (or 0xDCBE8F) is known color: Burly Wood. HEX triplet: DC, BE and 8F. RGB value is (220,190,143). Sum of RGB (Red+Green+Blue) = 220+190+143=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE8F is #234170. Grayscale: #C1C1C1. Windows color (decimal): -2310513 or 9420508. OLE color: 9420508.
HSL color Cylindrical-coordinate representation of color #DCBE8F: hue angle of 36.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCBE8F is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 143 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.14 |
| HSL | 36.62º | 0.52% | 0.71% | - |
| HSV(B) | 36.62º | 0.35% | 0.86% | - |
| XYZ | 52.89 | 54.03 | 33.63 | - |
| YUV | 193.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 143 | 0 | 0.14 | 0.35 | 0.14 | 36.62 | 0.52 | 0.71 |
| Hex | DC | BE | 8F | 0 | E | 23 | E | 25 | 34 | 47 |
| Octal | 334 | 276 | 217 | 0 | 16 | 43 | 16 | 45 | 64 | 107 |
| Binary | 11011100 | 10111110 | 10001111 | 0 | 1110 | 100011 | 1110 | 100101 | 110100 | 1000111 |
Color Harmonies of #DCBE8F
Complementary color
Monochromatic Colors of #DCBE8F
Black with #DCBE8F
Text Example
Text Example
White with #DCBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE8F; }
p { color: rgb(220,190,143); }
H1.HeaderClassName
{
color: #DCBE8F;
}
.AnyTagClassName
{
color: #DCBE8F;
}
</style>
background-color css
<style>
a { background-color: #DCBE8F; }
a { background-color: rgb(220,190,143); }
div.DivClassName
{
background-color: #DCBE8F;
}
.BgClassName
{
background-color: #DCBE8F;
}
</style>
border-color css
<style>
span { border-color: #DCBE8F; }
span { border-color: rgb(220,190,143); }
td.TdClassName
{
border-color: #DCBE8F;
}
.TagClassName
{
border-color: #DCBE8F;
}
</style>