Shades of Burly Wood #DCBF8F
Tints of Burly Wood #DCBF8F
RGB
CMYK
RGB Variations
Color information
#DCBF8F (or 0xDCBF8F) is known color: Burly Wood. HEX triplet: DC, BF and 8F. RGB value is (220,191,143). Sum of RGB (Red+Green+Blue) = 220+191+143=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF8F is #234070. Grayscale: #C2C2C2. Windows color (decimal): -2310257 or 9420764. OLE color: 9420764.
HSL color Cylindrical-coordinate representation of color #DCBF8F: hue angle of 37.4º 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 #DCBF8F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 143 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.14 |
| HSL | 37.4º | 0.52% | 0.71% | - |
| HSV(B) | 37.4º | 0.35% | 0.86% | - |
| XYZ | 53.1 | 54.46 | 33.7 | - |
| YUV | 194.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 143 | 0 | 0.13 | 0.35 | 0.14 | 37.4 | 0.52 | 0.71 |
| Hex | DC | BF | 8F | 0 | D | 23 | E | 25 | 34 | 47 |
| Octal | 334 | 277 | 217 | 0 | 15 | 43 | 16 | 45 | 64 | 107 |
| Binary | 11011100 | 10111111 | 10001111 | 0 | 1101 | 100011 | 1110 | 100101 | 110100 | 1000111 |
Color Harmonies of #DCBF8F
Complementary color
Monochromatic Colors of #DCBF8F
Black with #DCBF8F
Text Example
Text Example
White with #DCBF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF8F; }
p { color: rgb(220,191,143); }
H1.HeaderClassName
{
color: #DCBF8F;
}
.AnyTagClassName
{
color: #DCBF8F;
}
</style>
background-color css
<style>
a { background-color: #DCBF8F; }
a { background-color: rgb(220,191,143); }
div.DivClassName
{
background-color: #DCBF8F;
}
.BgClassName
{
background-color: #DCBF8F;
}
</style>
border-color css
<style>
span { border-color: #DCBF8F; }
span { border-color: rgb(220,191,143); }
td.TdClassName
{
border-color: #DCBF8F;
}
.TagClassName
{
border-color: #DCBF8F;
}
</style>