Shades of Chenin #DAB872
Tints of Chenin #DAB872
RGB
CMYK
RGB Variations
Color information
#DAB872 (or 0xDAB872) is known color: Chenin. HEX triplet: DA, B8 and 72. RGB value is (218,184,114). Sum of RGB (Red+Green+Blue) = 218+184+114=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB872 is #25478D. Grayscale: #BABABA. Windows color (decimal): -2443150 or 7518426. OLE color: 7518426.
HSL color Cylindrical-coordinate representation of color #DAB872: hue angle of 40.38º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB872 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 114 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.15 |
| HSL | 40.38º | 0.58% | 0.65% | - |
| HSV(B) | 40.38º | 0.48% | 0.85% | - |
| XYZ | 49.09 | 50.4 | 23.06 | - |
| YUV | 186.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 114 | 0 | 0.16 | 0.48 | 0.15 | 40.38 | 0.58 | 0.65 |
| Hex | DA | B8 | 72 | 0 | 10 | 30 | F | 28 | 3A | 41 |
| Octal | 332 | 270 | 162 | 0 | 20 | 60 | 17 | 50 | 72 | 101 |
| Binary | 11011010 | 10111000 | 1110010 | 0 | 10000 | 110000 | 1111 | 101000 | 111010 | 1000001 |
Color Harmonies of #DAB872
Complementary color
Monochromatic Colors of #DAB872
Black with #DAB872
Text Example
Text Example
White with #DAB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB872; }
p { color: rgb(218,184,114); }
H1.HeaderClassName
{
color: #DAB872;
}
.AnyTagClassName
{
color: #DAB872;
}
</style>
background-color css
<style>
a { background-color: #DAB872; }
a { background-color: rgb(218,184,114); }
div.DivClassName
{
background-color: #DAB872;
}
.BgClassName
{
background-color: #DAB872;
}
</style>
border-color css
<style>
span { border-color: #DAB872; }
span { border-color: rgb(218,184,114); }
td.TdClassName
{
border-color: #DAB872;
}
.TagClassName
{
border-color: #DAB872;
}
</style>