Shades of Burly Wood #DAB882
Tints of Burly Wood #DAB882
RGB
CMYK
RGB Variations
Color information
#DAB882 (or 0xDAB882) is known color: Burly Wood. HEX triplet: DA, B8 and 82. RGB value is (218,184,130). Sum of RGB (Red+Green+Blue) = 218+184+130=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB882 is #25477D. Grayscale: #BCBCBC. Windows color (decimal): -2443134 or 8567002. OLE color: 8567002.
HSL color Cylindrical-coordinate representation of color #DAB882: hue angle of 36.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB882 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 130 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.15 |
| HSL | 36.82º | 0.54% | 0.68% | - |
| HSV(B) | 36.82º | 0.4% | 0.85% | - |
| XYZ | 50.08 | 50.8 | 28.28 | - |
| YUV | 188.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 130 | 0 | 0.16 | 0.40 | 0.15 | 36.82 | 0.54 | 0.68 |
| Hex | DA | B8 | 82 | 0 | 10 | 28 | F | 25 | 36 | 44 |
| Octal | 332 | 270 | 202 | 0 | 20 | 50 | 17 | 45 | 66 | 104 |
| Binary | 11011010 | 10111000 | 10000010 | 0 | 10000 | 101000 | 1111 | 100101 | 110110 | 1000100 |
Color Harmonies of #DAB882
Complementary color
Monochromatic Colors of #DAB882
Black with #DAB882
Text Example
Text Example
White with #DAB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB882; }
p { color: rgb(218,184,130); }
H1.HeaderClassName
{
color: #DAB882;
}
.AnyTagClassName
{
color: #DAB882;
}
</style>
background-color css
<style>
a { background-color: #DAB882; }
a { background-color: rgb(218,184,130); }
div.DivClassName
{
background-color: #DAB882;
}
.BgClassName
{
background-color: #DAB882;
}
</style>
border-color css
<style>
span { border-color: #DAB882; }
span { border-color: rgb(218,184,130); }
td.TdClassName
{
border-color: #DAB882;
}
.TagClassName
{
border-color: #DAB882;
}
</style>