Shades of Chenin #DAC36C
Tints of Chenin #DAC36C
RGB
CMYK
RGB Variations
Color information
#DAC36C (or 0xDAC36C) is known color: Chenin. HEX triplet: DA, C3 and 6C. RGB value is (218,195,108). Sum of RGB (Red+Green+Blue) = 218+195+108=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC36C is #253C93. Grayscale: #C0C0C0. Windows color (decimal): -2440340 or 7128026. OLE color: 7128026.
HSL color Cylindrical-coordinate representation of color #DAC36C: hue angle of 47.45º 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 #DAC36C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 108 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.15 |
| HSL | 47.45º | 0.6% | 0.64% | - |
| HSV(B) | 47.45º | 0.5% | 0.85% | - |
| XYZ | 51.14 | 55.02 | 22.11 | - |
| YUV | 191.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 108 | 0 | 0.11 | 0.50 | 0.15 | 47.45 | 0.6 | 0.64 |
| Hex | DA | C3 | 6C | 0 | B | 32 | F | 2F | 3C | 40 |
| Octal | 332 | 303 | 154 | 0 | 13 | 62 | 17 | 57 | 74 | 100 |
| Binary | 11011010 | 11000011 | 1101100 | 0 | 1011 | 110010 | 1111 | 101111 | 111100 | 1000000 |
Color Harmonies of #DAC36C
Complementary color
Monochromatic Colors of #DAC36C
Black with #DAC36C
Text Example
Text Example
White with #DAC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC36C; }
p { color: rgb(218,195,108); }
H1.HeaderClassName
{
color: #DAC36C;
}
.AnyTagClassName
{
color: #DAC36C;
}
</style>
background-color css
<style>
a { background-color: #DAC36C; }
a { background-color: rgb(218,195,108); }
div.DivClassName
{
background-color: #DAC36C;
}
.BgClassName
{
background-color: #DAC36C;
}
</style>
border-color css
<style>
span { border-color: #DAC36C; }
span { border-color: rgb(218,195,108); }
td.TdClassName
{
border-color: #DAC36C;
}
.TagClassName
{
border-color: #DAC36C;
}
</style>