Shades of Chenin #DABF70
Tints of Chenin #DABF70
RGB
CMYK
RGB Variations
Color information
#DABF70 (or 0xDABF70) is known color: Chenin. HEX triplet: DA, BF and 70. RGB value is (218,191,112). Sum of RGB (Red+Green+Blue) = 218+191+112=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF70 is #25408F. Grayscale: #BEBEBE. Windows color (decimal): -2441360 or 7389146. OLE color: 7389146.
HSL color Cylindrical-coordinate representation of color #DABF70: hue angle of 44.72º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DABF70 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 112 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.15 |
| HSL | 44.72º | 0.59% | 0.65% | - |
| HSV(B) | 44.72º | 0.49% | 0.85% | - |
| XYZ | 50.47 | 53.34 | 22.96 | - |
| YUV | 190.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 112 | 0 | 0.12 | 0.49 | 0.15 | 44.72 | 0.59 | 0.65 |
| Hex | DA | BF | 70 | 0 | C | 31 | F | 2D | 3B | 41 |
| Octal | 332 | 277 | 160 | 0 | 14 | 61 | 17 | 55 | 73 | 101 |
| Binary | 11011010 | 10111111 | 1110000 | 0 | 1100 | 110001 | 1111 | 101101 | 111011 | 1000001 |
Color Harmonies of #DABF70
Complementary color
Monochromatic Colors of #DABF70
Black with #DABF70
Text Example
Text Example
White with #DABF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF70; }
p { color: rgb(218,191,112); }
H1.HeaderClassName
{
color: #DABF70;
}
.AnyTagClassName
{
color: #DABF70;
}
</style>
background-color css
<style>
a { background-color: #DABF70; }
a { background-color: rgb(218,191,112); }
div.DivClassName
{
background-color: #DABF70;
}
.BgClassName
{
background-color: #DABF70;
}
</style>
border-color css
<style>
span { border-color: #DABF70; }
span { border-color: rgb(218,191,112); }
td.TdClassName
{
border-color: #DABF70;
}
.TagClassName
{
border-color: #DABF70;
}
</style>