Shades of Chenin #DABF6A
Tints of Chenin #DABF6A
RGB
CMYK
RGB Variations
Color information
#DABF6A (or 0xDABF6A) is known color: Chenin. HEX triplet: DA, BF and 6A. RGB value is (218,191,106). Sum of RGB (Red+Green+Blue) = 218+191+106=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF6A is #254095. Grayscale: #BDBDBD. Windows color (decimal): -2441366 or 6995930. OLE color: 6995930.
HSL color Cylindrical-coordinate representation of color #DABF6A: hue angle of 45.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DABF6A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 106 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.15 |
| HSL | 45.54º | 0.6% | 0.64% | - |
| HSV(B) | 45.54º | 0.51% | 0.85% | - |
| XYZ | 50.15 | 53.21 | 21.26 | - |
| YUV | 189.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 106 | 0 | 0.12 | 0.51 | 0.15 | 45.54 | 0.6 | 0.64 |
| Hex | DA | BF | 6A | 0 | C | 33 | F | 2E | 3C | 40 |
| Octal | 332 | 277 | 152 | 0 | 14 | 63 | 17 | 56 | 74 | 100 |
| Binary | 11011010 | 10111111 | 1101010 | 0 | 1100 | 110011 | 1111 | 101110 | 111100 | 1000000 |
Color Harmonies of #DABF6A
Complementary color
Monochromatic Colors of #DABF6A
Black with #DABF6A
Text Example
Text Example
White with #DABF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF6A; }
p { color: rgb(218,191,106); }
H1.HeaderClassName
{
color: #DABF6A;
}
.AnyTagClassName
{
color: #DABF6A;
}
</style>
background-color css
<style>
a { background-color: #DABF6A; }
a { background-color: rgb(218,191,106); }
div.DivClassName
{
background-color: #DABF6A;
}
.BgClassName
{
background-color: #DABF6A;
}
</style>
border-color css
<style>
span { border-color: #DABF6A; }
span { border-color: rgb(218,191,106); }
td.TdClassName
{
border-color: #DABF6A;
}
.TagClassName
{
border-color: #DABF6A;
}
</style>