Shades of Chenin #DABB69
Tints of Chenin #DABB69
RGB
CMYK
RGB Variations
Color information
#DABB69 (or 0xDABB69) is known color: Chenin. HEX triplet: DA, BB and 69. RGB value is (218,187,105). Sum of RGB (Red+Green+Blue) = 218+187+105=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB69 is #254496. Grayscale: #BBBBBB. Windows color (decimal): -2442391 or 6929370. OLE color: 6929370.
HSL color Cylindrical-coordinate representation of color #DABB69: hue angle of 43.54º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DABB69 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 105 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.15 |
| HSL | 43.54º | 0.6% | 0.63% | - |
| HSV(B) | 43.54º | 0.52% | 0.85% | - |
| XYZ | 49.23 | 51.47 | 20.7 | - |
| YUV | 186.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 105 | 0 | 0.14 | 0.52 | 0.15 | 43.54 | 0.6 | 0.63 |
| Hex | DA | BB | 69 | 0 | E | 34 | F | 2C | 3C | 3F |
| Octal | 332 | 273 | 151 | 0 | 16 | 64 | 17 | 54 | 74 | 77 |
| Binary | 11011010 | 10111011 | 1101001 | 0 | 1110 | 110100 | 1111 | 101100 | 111100 | 111111 |
Color Harmonies of #DABB69
Complementary color
Monochromatic Colors of #DABB69
Black with #DABB69
Text Example
Text Example
White with #DABB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB69; }
p { color: rgb(218,187,105); }
H1.HeaderClassName
{
color: #DABB69;
}
.AnyTagClassName
{
color: #DABB69;
}
</style>
background-color css
<style>
a { background-color: #DABB69; }
a { background-color: rgb(218,187,105); }
div.DivClassName
{
background-color: #DABB69;
}
.BgClassName
{
background-color: #DABB69;
}
</style>
border-color css
<style>
span { border-color: #DABB69; }
span { border-color: rgb(218,187,105); }
td.TdClassName
{
border-color: #DABB69;
}
.TagClassName
{
border-color: #DABB69;
}
</style>