Shades of Chenin #DABF6C
Tints of Chenin #DABF6C
RGB
CMYK
RGB Variations
Color information
#DABF6C (or 0xDABF6C) is known color: Chenin. HEX triplet: DA, BF and 6C. RGB value is (218,191,108). Sum of RGB (Red+Green+Blue) = 218+191+108=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF6C is #254093. Grayscale: #BDBDBD. Windows color (decimal): -2441364 or 7127002. OLE color: 7127002.
HSL color Cylindrical-coordinate representation of color #DABF6C: hue angle of 45.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DABF6C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 108 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.15 |
| HSL | 45.27º | 0.6% | 0.64% | - |
| HSV(B) | 45.27º | 0.5% | 0.85% | - |
| XYZ | 50.25 | 53.25 | 21.82 | - |
| YUV | 189.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 108 | 0 | 0.12 | 0.50 | 0.15 | 45.27 | 0.6 | 0.64 |
| Hex | DA | BF | 6C | 0 | C | 32 | F | 2D | 3C | 40 |
| Octal | 332 | 277 | 154 | 0 | 14 | 62 | 17 | 55 | 74 | 100 |
| Binary | 11011010 | 10111111 | 1101100 | 0 | 1100 | 110010 | 1111 | 101101 | 111100 | 1000000 |
Color Harmonies of #DABF6C
Complementary color
Monochromatic Colors of #DABF6C
Black with #DABF6C
Text Example
Text Example
White with #DABF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF6C; }
p { color: rgb(218,191,108); }
H1.HeaderClassName
{
color: #DABF6C;
}
.AnyTagClassName
{
color: #DABF6C;
}
</style>
background-color css
<style>
a { background-color: #DABF6C; }
a { background-color: rgb(218,191,108); }
div.DivClassName
{
background-color: #DABF6C;
}
.BgClassName
{
background-color: #DABF6C;
}
</style>
border-color css
<style>
span { border-color: #DABF6C; }
span { border-color: rgb(218,191,108); }
td.TdClassName
{
border-color: #DABF6C;
}
.TagClassName
{
border-color: #DABF6C;
}
</style>