Shades of Chenin #DAC06A
Tints of Chenin #DAC06A
RGB
CMYK
RGB Variations
Color information
#DAC06A (or 0xDAC06A) is known color: Chenin. HEX triplet: DA, C0 and 6A. RGB value is (218,192,106). Sum of RGB (Red+Green+Blue) = 218+192+106=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC06A is #253F95. Grayscale: #BEBEBE. Windows color (decimal): -2441110 or 6996186. OLE color: 6996186.
HSL color Cylindrical-coordinate representation of color #DAC06A: hue angle of 46.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAC06A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 106 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.15 |
| HSL | 46.07º | 0.6% | 0.64% | - |
| HSV(B) | 46.07º | 0.51% | 0.85% | - |
| XYZ | 50.36 | 53.65 | 21.34 | - |
| YUV | 189.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 106 | 0 | 0.12 | 0.51 | 0.15 | 46.07 | 0.6 | 0.64 |
| Hex | DA | C0 | 6A | 0 | C | 33 | F | 2E | 3C | 40 |
| Octal | 332 | 300 | 152 | 0 | 14 | 63 | 17 | 56 | 74 | 100 |
| Binary | 11011010 | 11000000 | 1101010 | 0 | 1100 | 110011 | 1111 | 101110 | 111100 | 1000000 |
Color Harmonies of #DAC06A
Complementary color
Monochromatic Colors of #DAC06A
Black with #DAC06A
Text Example
Text Example
White with #DAC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC06A; }
p { color: rgb(218,192,106); }
H1.HeaderClassName
{
color: #DAC06A;
}
.AnyTagClassName
{
color: #DAC06A;
}
</style>
background-color css
<style>
a { background-color: #DAC06A; }
a { background-color: rgb(218,192,106); }
div.DivClassName
{
background-color: #DAC06A;
}
.BgClassName
{
background-color: #DAC06A;
}
</style>
border-color css
<style>
span { border-color: #DAC06A; }
span { border-color: rgb(218,192,106); }
td.TdClassName
{
border-color: #DAC06A;
}
.TagClassName
{
border-color: #DAC06A;
}
</style>