Shades of Chenin #DABA73
Tints of Chenin #DABA73
RGB
CMYK
RGB Variations
Color information
#DABA73 (or 0xDABA73) is known color: Chenin. HEX triplet: DA, BA and 73. RGB value is (218,186,115). Sum of RGB (Red+Green+Blue) = 218+186+115=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA73 is #25458C. Grayscale: #BBBBBB. Windows color (decimal): -2442637 or 7584474. OLE color: 7584474.
HSL color Cylindrical-coordinate representation of color #DABA73: hue angle of 41.36º 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 #DABA73 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 115 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.15 |
| HSL | 41.36º | 0.58% | 0.65% | - |
| HSV(B) | 41.36º | 0.47% | 0.85% | - |
| XYZ | 49.57 | 51.26 | 23.5 | - |
| YUV | 187.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 115 | 0 | 0.15 | 0.47 | 0.15 | 41.36 | 0.58 | 0.65 |
| Hex | DA | BA | 73 | 0 | F | 2F | F | 29 | 3A | 41 |
| Octal | 332 | 272 | 163 | 0 | 17 | 57 | 17 | 51 | 72 | 101 |
| Binary | 11011010 | 10111010 | 1110011 | 0 | 1111 | 101111 | 1111 | 101001 | 111010 | 1000001 |
Color Harmonies of #DABA73
Complementary color
Monochromatic Colors of #DABA73
Black with #DABA73
Text Example
Text Example
White with #DABA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA73; }
p { color: rgb(218,186,115); }
H1.HeaderClassName
{
color: #DABA73;
}
.AnyTagClassName
{
color: #DABA73;
}
</style>
background-color css
<style>
a { background-color: #DABA73; }
a { background-color: rgb(218,186,115); }
div.DivClassName
{
background-color: #DABA73;
}
.BgClassName
{
background-color: #DABA73;
}
</style>
border-color css
<style>
span { border-color: #DABA73; }
span { border-color: rgb(218,186,115); }
td.TdClassName
{
border-color: #DABA73;
}
.TagClassName
{
border-color: #DABA73;
}
</style>