Shades of Chenin #DAC06F
Tints of Chenin #DAC06F
RGB
CMYK
RGB Variations
Color information
#DAC06F (or 0xDAC06F) is known color: Chenin. HEX triplet: DA, C0 and 6F. RGB value is (218,192,111). Sum of RGB (Red+Green+Blue) = 218+192+111=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC06F is #253F90. Grayscale: #BEBEBE. Windows color (decimal): -2441105 or 7323866. OLE color: 7323866.
HSL color Cylindrical-coordinate representation of color #DAC06F: hue angle of 45.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC06F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 111 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.15 |
| HSL | 45.42º | 0.59% | 0.65% | - |
| HSV(B) | 45.42º | 0.49% | 0.85% | - |
| XYZ | 50.63 | 53.75 | 22.75 | - |
| YUV | 190.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 111 | 0 | 0.12 | 0.49 | 0.15 | 45.42 | 0.59 | 0.65 |
| Hex | DA | C0 | 6F | 0 | C | 31 | F | 2D | 3B | 41 |
| Octal | 332 | 300 | 157 | 0 | 14 | 61 | 17 | 55 | 73 | 101 |
| Binary | 11011010 | 11000000 | 1101111 | 0 | 1100 | 110001 | 1111 | 101101 | 111011 | 1000001 |
Color Harmonies of #DAC06F
Complementary color
Monochromatic Colors of #DAC06F
Black with #DAC06F
Text Example
Text Example
White with #DAC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC06F; }
p { color: rgb(218,192,111); }
H1.HeaderClassName
{
color: #DAC06F;
}
.AnyTagClassName
{
color: #DAC06F;
}
</style>
background-color css
<style>
a { background-color: #DAC06F; }
a { background-color: rgb(218,192,111); }
div.DivClassName
{
background-color: #DAC06F;
}
.BgClassName
{
background-color: #DAC06F;
}
</style>
border-color css
<style>
span { border-color: #DAC06F; }
span { border-color: rgb(218,192,111); }
td.TdClassName
{
border-color: #DAC06F;
}
.TagClassName
{
border-color: #DAC06F;
}
</style>