Shades of Chenin #DABB6D
Tints of Chenin #DABB6D
RGB
CMYK
RGB Variations
Color information
#DABB6D (or 0xDABB6D) is known color: Chenin. HEX triplet: DA, BB and 6D. RGB value is (218,187,109). Sum of RGB (Red+Green+Blue) = 218+187+109=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB6D is #254492. Grayscale: #BBBBBB. Windows color (decimal): -2442387 or 7191514. OLE color: 7191514.
HSL color Cylindrical-coordinate representation of color #DABB6D: hue angle of 42.94º 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 #DABB6D is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 109 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.15 |
| HSL | 42.94º | 0.6% | 0.64% | - |
| HSV(B) | 42.94º | 0.5% | 0.85% | - |
| XYZ | 49.44 | 51.55 | 21.81 | - |
| YUV | 187.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 109 | 0 | 0.14 | 0.5 | 0.15 | 42.94 | 0.6 | 0.64 |
| Hex | DA | BB | 6D | 0 | E | 32 | F | 2B | 3C | 40 |
| Octal | 332 | 273 | 155 | 0 | 16 | 62 | 17 | 53 | 74 | 100 |
| Binary | 11011010 | 10111011 | 1101101 | 0 | 1110 | 110010 | 1111 | 101011 | 111100 | 1000000 |
Color Harmonies of #DABB6D
Complementary color
Monochromatic Colors of #DABB6D
Black with #DABB6D
Text Example
Text Example
White with #DABB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB6D; }
p { color: rgb(218,187,109); }
H1.HeaderClassName
{
color: #DABB6D;
}
.AnyTagClassName
{
color: #DABB6D;
}
</style>
background-color css
<style>
a { background-color: #DABB6D; }
a { background-color: rgb(218,187,109); }
div.DivClassName
{
background-color: #DABB6D;
}
.BgClassName
{
background-color: #DABB6D;
}
</style>
border-color css
<style>
span { border-color: #DABB6D; }
span { border-color: rgb(218,187,109); }
td.TdClassName
{
border-color: #DABB6D;
}
.TagClassName
{
border-color: #DABB6D;
}
</style>