Shades of Burly Wood #DAB67F
Tints of Burly Wood #DAB67F
RGB
CMYK
RGB Variations
Color information
#DAB67F (or 0xDAB67F) is known color: Burly Wood. HEX triplet: DA, B6 and 7F. RGB value is (218,182,127). Sum of RGB (Red+Green+Blue) = 218+182+127=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB67F is #254980. Grayscale: #BABABA. Windows color (decimal): -2443649 or 8369882. OLE color: 8369882.
HSL color Cylindrical-coordinate representation of color #DAB67F: hue angle of 36.26º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAB67F is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 127 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.15 |
| HSL | 36.26º | 0.55% | 0.68% | - |
| HSV(B) | 36.26º | 0.42% | 0.85% | - |
| XYZ | 49.47 | 49.89 | 27.1 | - |
| YUV | 186.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 127 | 0 | 0.17 | 0.42 | 0.15 | 36.26 | 0.55 | 0.68 |
| Hex | DA | B6 | 7F | 0 | 11 | 2A | F | 24 | 37 | 44 |
| Octal | 332 | 266 | 177 | 0 | 21 | 52 | 17 | 44 | 67 | 104 |
| Binary | 11011010 | 10110110 | 1111111 | 0 | 10001 | 101010 | 1111 | 100100 | 110111 | 1000100 |
Color Harmonies of #DAB67F
Complementary color
Monochromatic Colors of #DAB67F
Black with #DAB67F
Text Example
Text Example
White with #DAB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB67F; }
p { color: rgb(218,182,127); }
H1.HeaderClassName
{
color: #DAB67F;
}
.AnyTagClassName
{
color: #DAB67F;
}
</style>
background-color css
<style>
a { background-color: #DAB67F; }
a { background-color: rgb(218,182,127); }
div.DivClassName
{
background-color: #DAB67F;
}
.BgClassName
{
background-color: #DAB67F;
}
</style>
border-color css
<style>
span { border-color: #DAB67F; }
span { border-color: rgb(218,182,127); }
td.TdClassName
{
border-color: #DAB67F;
}
.TagClassName
{
border-color: #DAB67F;
}
</style>