Shades of Chenin #DABB73
Tints of Chenin #DABB73
RGB
CMYK
RGB Variations
Color information
#DABB73 (or 0xDABB73) is known color: Chenin. HEX triplet: DA, BB and 73. RGB value is (218,187,115). Sum of RGB (Red+Green+Blue) = 218+187+115=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB73 is #25448C. Grayscale: #BCBCBC. Windows color (decimal): -2442381 or 7584730. OLE color: 7584730.
HSL color Cylindrical-coordinate representation of color #DABB73: hue angle of 41.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DABB73 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 115 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.15 |
| HSL | 41.94º | 0.58% | 0.65% | - |
| HSV(B) | 41.94º | 0.47% | 0.85% | - |
| XYZ | 49.78 | 51.68 | 23.57 | - |
| YUV | 188.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 115 | 0 | 0.14 | 0.47 | 0.15 | 41.94 | 0.58 | 0.65 |
| Hex | DA | BB | 73 | 0 | E | 2F | F | 2A | 3A | 41 |
| Octal | 332 | 273 | 163 | 0 | 16 | 57 | 17 | 52 | 72 | 101 |
| Binary | 11011010 | 10111011 | 1110011 | 0 | 1110 | 101111 | 1111 | 101010 | 111010 | 1000001 |
Color Harmonies of #DABB73
Complementary color
Monochromatic Colors of #DABB73
Black with #DABB73
Text Example
Text Example
White with #DABB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB73; }
p { color: rgb(218,187,115); }
H1.HeaderClassName
{
color: #DABB73;
}
.AnyTagClassName
{
color: #DABB73;
}
</style>
background-color css
<style>
a { background-color: #DABB73; }
a { background-color: rgb(218,187,115); }
div.DivClassName
{
background-color: #DABB73;
}
.BgClassName
{
background-color: #DABB73;
}
</style>
border-color css
<style>
span { border-color: #DABB73; }
span { border-color: rgb(218,187,115); }
td.TdClassName
{
border-color: #DABB73;
}
.TagClassName
{
border-color: #DABB73;
}
</style>