Shades of Chenin #DAC37A
Tints of Chenin #DAC37A
RGB
CMYK
RGB Variations
Color information
#DAC37A (or 0xDAC37A) is known color: Chenin. HEX triplet: DA, C3 and 7A. RGB value is (218,195,122). Sum of RGB (Red+Green+Blue) = 218+195+122=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC37A is #253C85. Grayscale: #C1C1C1. Windows color (decimal): -2440326 or 8045530. OLE color: 8045530.
HSL color Cylindrical-coordinate representation of color #DAC37A: hue angle of 45.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC37A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 122 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.15 |
| HSL | 45.63º | 0.56% | 0.67% | - |
| HSV(B) | 45.63º | 0.44% | 0.85% | - |
| XYZ | 51.94 | 55.34 | 26.36 | - |
| YUV | 193.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 122 | 0 | 0.11 | 0.44 | 0.15 | 45.63 | 0.56 | 0.67 |
| Hex | DA | C3 | 7A | 0 | B | 2C | F | 2E | 38 | 43 |
| Octal | 332 | 303 | 172 | 0 | 13 | 54 | 17 | 56 | 70 | 103 |
| Binary | 11011010 | 11000011 | 1111010 | 0 | 1011 | 101100 | 1111 | 101110 | 111000 | 1000011 |
Color Harmonies of #DAC37A
Complementary color
Monochromatic Colors of #DAC37A
Black with #DAC37A
Text Example
Text Example
White with #DAC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC37A; }
p { color: rgb(218,195,122); }
H1.HeaderClassName
{
color: #DAC37A;
}
.AnyTagClassName
{
color: #DAC37A;
}
</style>
background-color css
<style>
a { background-color: #DAC37A; }
a { background-color: rgb(218,195,122); }
div.DivClassName
{
background-color: #DAC37A;
}
.BgClassName
{
background-color: #DAC37A;
}
</style>
border-color css
<style>
span { border-color: #DAC37A; }
span { border-color: rgb(218,195,122); }
td.TdClassName
{
border-color: #DAC37A;
}
.TagClassName
{
border-color: #DAC37A;
}
</style>