Shades of Burly Wood #DAB785
Tints of Burly Wood #DAB785
RGB
CMYK
RGB Variations
Color information
#DAB785 (or 0xDAB785) is known color: Burly Wood. HEX triplet: DA, B7 and 85. RGB value is (218,183,133). Sum of RGB (Red+Green+Blue) = 218+183+133=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB785 is #25487A. Grayscale: #BCBCBC. Windows color (decimal): -2443387 or 8763354. OLE color: 8763354.
HSL color Cylindrical-coordinate representation of color #DAB785: hue angle of 35.29º 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 #DAB785 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 133 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.15 |
| HSL | 35.29º | 0.53% | 0.69% | - |
| HSV(B) | 35.29º | 0.39% | 0.85% | - |
| XYZ | 50.08 | 50.47 | 29.29 | - |
| YUV | 187.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 133 | 0 | 0.16 | 0.39 | 0.15 | 35.29 | 0.53 | 0.69 |
| Hex | DA | B7 | 85 | 0 | 10 | 27 | F | 23 | 35 | 45 |
| Octal | 332 | 267 | 205 | 0 | 20 | 47 | 17 | 43 | 65 | 105 |
| Binary | 11011010 | 10110111 | 10000101 | 0 | 10000 | 100111 | 1111 | 100011 | 110101 | 1000101 |
Color Harmonies of #DAB785
Complementary color
Monochromatic Colors of #DAB785
Black with #DAB785
Text Example
Text Example
White with #DAB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB785; }
p { color: rgb(218,183,133); }
H1.HeaderClassName
{
color: #DAB785;
}
.AnyTagClassName
{
color: #DAB785;
}
</style>
background-color css
<style>
a { background-color: #DAB785; }
a { background-color: rgb(218,183,133); }
div.DivClassName
{
background-color: #DAB785;
}
.BgClassName
{
background-color: #DAB785;
}
</style>
border-color css
<style>
span { border-color: #DAB785; }
span { border-color: rgb(218,183,133); }
td.TdClassName
{
border-color: #DAB785;
}
.TagClassName
{
border-color: #DAB785;
}
</style>