Shades of Chenin #DABB72
Tints of Chenin #DABB72
RGB
CMYK
RGB Variations
Color information
#DABB72 (or 0xDABB72) is known color: Chenin. HEX triplet: DA, BB and 72. RGB value is (218,187,114). Sum of RGB (Red+Green+Blue) = 218+187+114=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB72 is #25448D. Grayscale: #BCBCBC. Windows color (decimal): -2442382 or 7519194. OLE color: 7519194.
HSL color Cylindrical-coordinate representation of color #DABB72: hue angle of 42.12º 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 #DABB72 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 114 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.15 |
| HSL | 42.12º | 0.58% | 0.65% | - |
| HSV(B) | 42.12º | 0.48% | 0.85% | - |
| XYZ | 49.72 | 51.66 | 23.27 | - |
| YUV | 187.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 114 | 0 | 0.14 | 0.48 | 0.15 | 42.12 | 0.58 | 0.65 |
| Hex | DA | BB | 72 | 0 | E | 30 | F | 2A | 3A | 41 |
| Octal | 332 | 273 | 162 | 0 | 16 | 60 | 17 | 52 | 72 | 101 |
| Binary | 11011010 | 10111011 | 1110010 | 0 | 1110 | 110000 | 1111 | 101010 | 111010 | 1000001 |
Color Harmonies of #DABB72
Complementary color
Monochromatic Colors of #DABB72
Black with #DABB72
Text Example
Text Example
White with #DABB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB72; }
p { color: rgb(218,187,114); }
H1.HeaderClassName
{
color: #DABB72;
}
.AnyTagClassName
{
color: #DABB72;
}
</style>
background-color css
<style>
a { background-color: #DABB72; }
a { background-color: rgb(218,187,114); }
div.DivClassName
{
background-color: #DABB72;
}
.BgClassName
{
background-color: #DABB72;
}
</style>
border-color css
<style>
span { border-color: #DABB72; }
span { border-color: rgb(218,187,114); }
td.TdClassName
{
border-color: #DABB72;
}
.TagClassName
{
border-color: #DABB72;
}
</style>