Shades of Burly Wood #DAB885
Tints of Burly Wood #DAB885
RGB
CMYK
RGB Variations
Color information
#DAB885 (or 0xDAB885) is known color: Burly Wood. HEX triplet: DA, B8 and 85. RGB value is (218,184,133). Sum of RGB (Red+Green+Blue) = 218+184+133=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB885 is #25477A. Grayscale: #BCBCBC. Windows color (decimal): -2443131 or 8763610. OLE color: 8763610.
HSL color Cylindrical-coordinate representation of color #DAB885: hue angle of 36º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB885 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 133 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.15 |
| HSL | 36º | 0.53% | 0.69% | - |
| HSV(B) | 36º | 0.39% | 0.85% | - |
| XYZ | 50.29 | 50.88 | 29.36 | - |
| YUV | 188.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 133 | 0 | 0.16 | 0.39 | 0.15 | 36 | 0.53 | 0.69 |
| Hex | DA | B8 | 85 | 0 | 10 | 27 | F | 24 | 35 | 45 |
| Octal | 332 | 270 | 205 | 0 | 20 | 47 | 17 | 44 | 65 | 105 |
| Binary | 11011010 | 10111000 | 10000101 | 0 | 10000 | 100111 | 1111 | 100100 | 110101 | 1000101 |
Color Harmonies of #DAB885
Complementary color
Monochromatic Colors of #DAB885
Black with #DAB885
Text Example
Text Example
White with #DAB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB885; }
p { color: rgb(218,184,133); }
H1.HeaderClassName
{
color: #DAB885;
}
.AnyTagClassName
{
color: #DAB885;
}
</style>
background-color css
<style>
a { background-color: #DAB885; }
a { background-color: rgb(218,184,133); }
div.DivClassName
{
background-color: #DAB885;
}
.BgClassName
{
background-color: #DAB885;
}
</style>
border-color css
<style>
span { border-color: #DAB885; }
span { border-color: rgb(218,184,133); }
td.TdClassName
{
border-color: #DAB885;
}
.TagClassName
{
border-color: #DAB885;
}
</style>