Shades of Chenin #DAB975
Tints of Chenin #DAB975
RGB
CMYK
RGB Variations
Color information
#DAB975 (or 0xDAB975) is known color: Chenin. HEX triplet: DA, B9 and 75. RGB value is (218,185,117). Sum of RGB (Red+Green+Blue) = 218+185+117=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB975 is #25468A. Grayscale: #BBBBBB. Windows color (decimal): -2442891 or 7715290. OLE color: 7715290.
HSL color Cylindrical-coordinate representation of color #DAB975: hue angle of 40.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAB975 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 117 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.15 |
| HSL | 40.4º | 0.58% | 0.66% | - |
| HSV(B) | 40.4º | 0.46% | 0.85% | - |
| XYZ | 49.47 | 50.89 | 24.04 | - |
| YUV | 187.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 117 | 0 | 0.15 | 0.46 | 0.15 | 40.4 | 0.58 | 0.66 |
| Hex | DA | B9 | 75 | 0 | F | 2E | F | 28 | 3A | 42 |
| Octal | 332 | 271 | 165 | 0 | 17 | 56 | 17 | 50 | 72 | 102 |
| Binary | 11011010 | 10111001 | 1110101 | 0 | 1111 | 101110 | 1111 | 101000 | 111010 | 1000010 |
Color Harmonies of #DAB975
Complementary color
Monochromatic Colors of #DAB975
Black with #DAB975
Text Example
Text Example
White with #DAB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB975; }
p { color: rgb(218,185,117); }
H1.HeaderClassName
{
color: #DAB975;
}
.AnyTagClassName
{
color: #DAB975;
}
</style>
background-color css
<style>
a { background-color: #DAB975; }
a { background-color: rgb(218,185,117); }
div.DivClassName
{
background-color: #DAB975;
}
.BgClassName
{
background-color: #DAB975;
}
</style>
border-color css
<style>
span { border-color: #DAB975; }
span { border-color: rgb(218,185,117); }
td.TdClassName
{
border-color: #DAB975;
}
.TagClassName
{
border-color: #DAB975;
}
</style>