Shades of Chenin #DAC16D
Tints of Chenin #DAC16D
RGB
CMYK
RGB Variations
Color information
#DAC16D (or 0xDAC16D) is known color: Chenin. HEX triplet: DA, C1 and 6D. RGB value is (218,193,109). Sum of RGB (Red+Green+Blue) = 218+193+109=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC16D is #253E92. Grayscale: #BFBFBF. Windows color (decimal): -2440851 or 7193050. OLE color: 7193050.
HSL color Cylindrical-coordinate representation of color #DAC16D: hue angle of 46.24º 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 #DAC16D is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 109 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.15 |
| HSL | 46.24º | 0.6% | 0.64% | - |
| HSV(B) | 46.24º | 0.5% | 0.85% | - |
| XYZ | 50.74 | 54.15 | 22.25 | - |
| YUV | 190.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 109 | 0 | 0.11 | 0.5 | 0.15 | 46.24 | 0.6 | 0.64 |
| Hex | DA | C1 | 6D | 0 | B | 32 | F | 2E | 3C | 40 |
| Octal | 332 | 301 | 155 | 0 | 13 | 62 | 17 | 56 | 74 | 100 |
| Binary | 11011010 | 11000001 | 1101101 | 0 | 1011 | 110010 | 1111 | 101110 | 111100 | 1000000 |
Color Harmonies of #DAC16D
Complementary color
Monochromatic Colors of #DAC16D
Black with #DAC16D
Text Example
Text Example
White with #DAC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC16D; }
p { color: rgb(218,193,109); }
H1.HeaderClassName
{
color: #DAC16D;
}
.AnyTagClassName
{
color: #DAC16D;
}
</style>
background-color css
<style>
a { background-color: #DAC16D; }
a { background-color: rgb(218,193,109); }
div.DivClassName
{
background-color: #DAC16D;
}
.BgClassName
{
background-color: #DAC16D;
}
</style>
border-color css
<style>
span { border-color: #DAC16D; }
span { border-color: rgb(218,193,109); }
td.TdClassName
{
border-color: #DAC16D;
}
.TagClassName
{
border-color: #DAC16D;
}
</style>