Shades of Chenin #DAC16C
Tints of Chenin #DAC16C
RGB
CMYK
RGB Variations
Color information
#DAC16C (or 0xDAC16C) is known color: Chenin. HEX triplet: DA, C1 and 6C. RGB value is (218,193,108). Sum of RGB (Red+Green+Blue) = 218+193+108=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC16C is #253E93. Grayscale: #BFBFBF. Windows color (decimal): -2440852 or 7127514. OLE color: 7127514.
HSL color Cylindrical-coordinate representation of color #DAC16C: hue angle of 46.36º 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 #DAC16C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 108 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.15 |
| HSL | 46.36º | 0.6% | 0.64% | - |
| HSV(B) | 46.36º | 0.5% | 0.85% | - |
| XYZ | 50.69 | 54.13 | 21.96 | - |
| YUV | 190.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 108 | 0 | 0.11 | 0.50 | 0.15 | 46.36 | 0.6 | 0.64 |
| Hex | DA | C1 | 6C | 0 | B | 32 | F | 2E | 3C | 40 |
| Octal | 332 | 301 | 154 | 0 | 13 | 62 | 17 | 56 | 74 | 100 |
| Binary | 11011010 | 11000001 | 1101100 | 0 | 1011 | 110010 | 1111 | 101110 | 111100 | 1000000 |
Color Harmonies of #DAC16C
Complementary color
Monochromatic Colors of #DAC16C
Black with #DAC16C
Text Example
Text Example
White with #DAC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC16C; }
p { color: rgb(218,193,108); }
H1.HeaderClassName
{
color: #DAC16C;
}
.AnyTagClassName
{
color: #DAC16C;
}
</style>
background-color css
<style>
a { background-color: #DAC16C; }
a { background-color: rgb(218,193,108); }
div.DivClassName
{
background-color: #DAC16C;
}
.BgClassName
{
background-color: #DAC16C;
}
</style>
border-color css
<style>
span { border-color: #DAC16C; }
span { border-color: rgb(218,193,108); }
td.TdClassName
{
border-color: #DAC16C;
}
.TagClassName
{
border-color: #DAC16C;
}
</style>