Shades of Chenin #DAB973
Tints of Chenin #DAB973
RGB
CMYK
RGB Variations
Color information
#DAB973 (or 0xDAB973) is known color: Chenin. HEX triplet: DA, B9 and 73. RGB value is (218,185,115). Sum of RGB (Red+Green+Blue) = 218+185+115=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB973 is #25468C. Grayscale: #BBBBBB. Windows color (decimal): -2442893 or 7584218. OLE color: 7584218.
HSL color Cylindrical-coordinate representation of color #DAB973: hue angle of 40.78º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAB973 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 115 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.15 |
| HSL | 40.78º | 0.58% | 0.65% | - |
| HSV(B) | 40.78º | 0.47% | 0.85% | - |
| XYZ | 49.36 | 50.84 | 23.43 | - |
| YUV | 186.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 115 | 0 | 0.15 | 0.47 | 0.15 | 40.78 | 0.58 | 0.65 |
| Hex | DA | B9 | 73 | 0 | F | 2F | F | 29 | 3A | 41 |
| Octal | 332 | 271 | 163 | 0 | 17 | 57 | 17 | 51 | 72 | 101 |
| Binary | 11011010 | 10111001 | 1110011 | 0 | 1111 | 101111 | 1111 | 101001 | 111010 | 1000001 |
Color Harmonies of #DAB973
Complementary color
Monochromatic Colors of #DAB973
Black with #DAB973
Text Example
Text Example
White with #DAB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB973; }
p { color: rgb(218,185,115); }
H1.HeaderClassName
{
color: #DAB973;
}
.AnyTagClassName
{
color: #DAB973;
}
</style>
background-color css
<style>
a { background-color: #DAB973; }
a { background-color: rgb(218,185,115); }
div.DivClassName
{
background-color: #DAB973;
}
.BgClassName
{
background-color: #DAB973;
}
</style>
border-color css
<style>
span { border-color: #DAB973; }
span { border-color: rgb(218,185,115); }
td.TdClassName
{
border-color: #DAB973;
}
.TagClassName
{
border-color: #DAB973;
}
</style>