Shades of Chenin #DAB874
Tints of Chenin #DAB874
RGB
CMYK
RGB Variations
Color information
#DAB874 (or 0xDAB874) is known color: Chenin. HEX triplet: DA, B8 and 74. RGB value is (218,184,116). Sum of RGB (Red+Green+Blue) = 218+184+116=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB874 is #25478B. Grayscale: #BABABA. Windows color (decimal): -2443148 or 7649498. OLE color: 7649498.
HSL color Cylindrical-coordinate representation of color #DAB874: hue angle of 40º 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 #DAB874 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 116 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.15 |
| HSL | 40º | 0.58% | 0.65% | - |
| HSV(B) | 40º | 0.47% | 0.85% | - |
| XYZ | 49.21 | 50.45 | 23.67 | - |
| YUV | 186.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 116 | 0 | 0.16 | 0.47 | 0.15 | 40 | 0.58 | 0.65 |
| Hex | DA | B8 | 74 | 0 | 10 | 2F | F | 28 | 3A | 41 |
| Octal | 332 | 270 | 164 | 0 | 20 | 57 | 17 | 50 | 72 | 101 |
| Binary | 11011010 | 10111000 | 1110100 | 0 | 10000 | 101111 | 1111 | 101000 | 111010 | 1000001 |
Color Harmonies of #DAB874
Complementary color
Monochromatic Colors of #DAB874
Black with #DAB874
Text Example
Text Example
White with #DAB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB874; }
p { color: rgb(218,184,116); }
H1.HeaderClassName
{
color: #DAB874;
}
.AnyTagClassName
{
color: #DAB874;
}
</style>
background-color css
<style>
a { background-color: #DAB874; }
a { background-color: rgb(218,184,116); }
div.DivClassName
{
background-color: #DAB874;
}
.BgClassName
{
background-color: #DAB874;
}
</style>
border-color css
<style>
span { border-color: #DAB874; }
span { border-color: rgb(218,184,116); }
td.TdClassName
{
border-color: #DAB874;
}
.TagClassName
{
border-color: #DAB874;
}
</style>