Shades of Chenin #DAB773
Tints of Chenin #DAB773
RGB
CMYK
RGB Variations
Color information
#DAB773 (or 0xDAB773) is known color: Chenin. HEX triplet: DA, B7 and 73. RGB value is (218,183,115). Sum of RGB (Red+Green+Blue) = 218+183+115=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB773 is #25488C. Grayscale: #BABABA. Windows color (decimal): -2443405 or 7583706. OLE color: 7583706.
HSL color Cylindrical-coordinate representation of color #DAB773: hue angle of 39.61º 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 #DAB773 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 115 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.15 |
| HSL | 39.61º | 0.58% | 0.65% | - |
| HSV(B) | 39.61º | 0.47% | 0.85% | - |
| XYZ | 48.94 | 50.01 | 23.29 | - |
| YUV | 185.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 115 | 0 | 0.16 | 0.47 | 0.15 | 39.61 | 0.58 | 0.65 |
| Hex | DA | B7 | 73 | 0 | 10 | 2F | F | 28 | 3A | 41 |
| Octal | 332 | 267 | 163 | 0 | 20 | 57 | 17 | 50 | 72 | 101 |
| Binary | 11011010 | 10110111 | 1110011 | 0 | 10000 | 101111 | 1111 | 101000 | 111010 | 1000001 |
Color Harmonies of #DAB773
Complementary color
Monochromatic Colors of #DAB773
Black with #DAB773
Text Example
Text Example
White with #DAB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB773; }
p { color: rgb(218,183,115); }
H1.HeaderClassName
{
color: #DAB773;
}
.AnyTagClassName
{
color: #DAB773;
}
</style>
background-color css
<style>
a { background-color: #DAB773; }
a { background-color: rgb(218,183,115); }
div.DivClassName
{
background-color: #DAB773;
}
.BgClassName
{
background-color: #DAB773;
}
</style>
border-color css
<style>
span { border-color: #DAB773; }
span { border-color: rgb(218,183,115); }
td.TdClassName
{
border-color: #DAB773;
}
.TagClassName
{
border-color: #DAB773;
}
</style>