Shades of Chenin #DAC36D
Tints of Chenin #DAC36D
RGB
CMYK
RGB Variations
Color information
#DAC36D (or 0xDAC36D) is known color: Chenin. HEX triplet: DA, C3 and 6D. RGB value is (218,195,109). Sum of RGB (Red+Green+Blue) = 218+195+109=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC36D is #253C92. Grayscale: #C0C0C0. Windows color (decimal): -2440339 or 7193562. OLE color: 7193562.
HSL color Cylindrical-coordinate representation of color #DAC36D: hue angle of 47.34º 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 #DAC36D is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 109 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.15 |
| HSL | 47.34º | 0.6% | 0.64% | - |
| HSV(B) | 47.34º | 0.5% | 0.85% | - |
| XYZ | 51.19 | 55.04 | 22.39 | - |
| YUV | 192.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 109 | 0 | 0.11 | 0.5 | 0.15 | 47.34 | 0.6 | 0.64 |
| Hex | DA | C3 | 6D | 0 | B | 32 | F | 2F | 3C | 40 |
| Octal | 332 | 303 | 155 | 0 | 13 | 62 | 17 | 57 | 74 | 100 |
| Binary | 11011010 | 11000011 | 1101101 | 0 | 1011 | 110010 | 1111 | 101111 | 111100 | 1000000 |
Color Harmonies of #DAC36D
Complementary color
Monochromatic Colors of #DAC36D
Black with #DAC36D
Text Example
Text Example
White with #DAC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC36D; }
p { color: rgb(218,195,109); }
H1.HeaderClassName
{
color: #DAC36D;
}
.AnyTagClassName
{
color: #DAC36D;
}
</style>
background-color css
<style>
a { background-color: #DAC36D; }
a { background-color: rgb(218,195,109); }
div.DivClassName
{
background-color: #DAC36D;
}
.BgClassName
{
background-color: #DAC36D;
}
</style>
border-color css
<style>
span { border-color: #DAC36D; }
span { border-color: rgb(218,195,109); }
td.TdClassName
{
border-color: #DAC36D;
}
.TagClassName
{
border-color: #DAC36D;
}
</style>