Shades of Chenin #DAB76F
Tints of Chenin #DAB76F
RGB
CMYK
RGB Variations
Color information
#DAB76F (or 0xDAB76F) is known color: Chenin. HEX triplet: DA, B7 and 6F. RGB value is (218,183,111). Sum of RGB (Red+Green+Blue) = 218+183+111=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB76F is #254890. Grayscale: #B9B9B9. Windows color (decimal): -2443409 or 7321562. OLE color: 7321562.
HSL color Cylindrical-coordinate representation of color #DAB76F: hue angle of 40.37º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAB76F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 111 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.15 |
| HSL | 40.37º | 0.59% | 0.65% | - |
| HSV(B) | 40.37º | 0.49% | 0.85% | - |
| XYZ | 48.72 | 49.92 | 22.11 | - |
| YUV | 185.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 111 | 0 | 0.16 | 0.49 | 0.15 | 40.37 | 0.59 | 0.65 |
| Hex | DA | B7 | 6F | 0 | 10 | 31 | F | 28 | 3B | 41 |
| Octal | 332 | 267 | 157 | 0 | 20 | 61 | 17 | 50 | 73 | 101 |
| Binary | 11011010 | 10110111 | 1101111 | 0 | 10000 | 110001 | 1111 | 101000 | 111011 | 1000001 |
Color Harmonies of #DAB76F
Complementary color
Monochromatic Colors of #DAB76F
Black with #DAB76F
Text Example
Text Example
White with #DAB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB76F; }
p { color: rgb(218,183,111); }
H1.HeaderClassName
{
color: #DAB76F;
}
.AnyTagClassName
{
color: #DAB76F;
}
</style>
background-color css
<style>
a { background-color: #DAB76F; }
a { background-color: rgb(218,183,111); }
div.DivClassName
{
background-color: #DAB76F;
}
.BgClassName
{
background-color: #DAB76F;
}
</style>
border-color css
<style>
span { border-color: #DAB76F; }
span { border-color: rgb(218,183,111); }
td.TdClassName
{
border-color: #DAB76F;
}
.TagClassName
{
border-color: #DAB76F;
}
</style>