Shades of Chenin #DABF6D
Tints of Chenin #DABF6D
RGB
CMYK
RGB Variations
Color information
#DABF6D (or 0xDABF6D) is known color: Chenin. HEX triplet: DA, BF and 6D. RGB value is (218,191,109). Sum of RGB (Red+Green+Blue) = 218+191+109=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF6D is #254092. Grayscale: #BEBEBE. Windows color (decimal): -2441363 or 7192538. OLE color: 7192538.
HSL color Cylindrical-coordinate representation of color #DABF6D: hue angle of 45.14º 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 #DABF6D is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 109 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.15 |
| HSL | 45.14º | 0.6% | 0.64% | - |
| HSV(B) | 45.14º | 0.5% | 0.85% | - |
| XYZ | 50.3 | 53.27 | 22.1 | - |
| YUV | 189.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 109 | 0 | 0.12 | 0.5 | 0.15 | 45.14 | 0.6 | 0.64 |
| Hex | DA | BF | 6D | 0 | C | 32 | F | 2D | 3C | 40 |
| Octal | 332 | 277 | 155 | 0 | 14 | 62 | 17 | 55 | 74 | 100 |
| Binary | 11011010 | 10111111 | 1101101 | 0 | 1100 | 110010 | 1111 | 101101 | 111100 | 1000000 |
Color Harmonies of #DABF6D
Complementary color
Monochromatic Colors of #DABF6D
Black with #DABF6D
Text Example
Text Example
White with #DABF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF6D; }
p { color: rgb(218,191,109); }
H1.HeaderClassName
{
color: #DABF6D;
}
.AnyTagClassName
{
color: #DABF6D;
}
</style>
background-color css
<style>
a { background-color: #DABF6D; }
a { background-color: rgb(218,191,109); }
div.DivClassName
{
background-color: #DABF6D;
}
.BgClassName
{
background-color: #DABF6D;
}
</style>
border-color css
<style>
span { border-color: #DABF6D; }
span { border-color: rgb(218,191,109); }
td.TdClassName
{
border-color: #DABF6D;
}
.TagClassName
{
border-color: #DABF6D;
}
</style>