Shades of Chenin #DAC668
Tints of Chenin #DAC668
RGB
CMYK
RGB Variations
Color information
#DAC668 (or 0xDAC668) is known color: Chenin. HEX triplet: DA, C6 and 68. RGB value is (218,198,104). Sum of RGB (Red+Green+Blue) = 218+198+104=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC668 is #253997. Grayscale: #C1C1C1. Windows color (decimal): -2439576 or 6866650. OLE color: 6866650.
HSL color Cylindrical-coordinate representation of color #DAC668: hue angle of 49.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAC668 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 104 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.15 |
| HSL | 49.47º | 0.61% | 0.63% | - |
| HSV(B) | 49.47º | 0.52% | 0.85% | - |
| XYZ | 51.61 | 56.29 | 21.24 | - |
| YUV | 193.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 104 | 0 | 0.09 | 0.52 | 0.15 | 49.47 | 0.61 | 0.63 |
| Hex | DA | C6 | 68 | 0 | 9 | 34 | F | 31 | 3D | 3F |
| Octal | 332 | 306 | 150 | 0 | 11 | 64 | 17 | 61 | 75 | 77 |
| Binary | 11011010 | 11000110 | 1101000 | 0 | 1001 | 110100 | 1111 | 110001 | 111101 | 111111 |
Color Harmonies of #DAC668
Complementary color
Monochromatic Colors of #DAC668
Black with #DAC668
Text Example
Text Example
White with #DAC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC668; }
p { color: rgb(218,198,104); }
H1.HeaderClassName
{
color: #DAC668;
}
.AnyTagClassName
{
color: #DAC668;
}
</style>
background-color css
<style>
a { background-color: #DAC668; }
a { background-color: rgb(218,198,104); }
div.DivClassName
{
background-color: #DAC668;
}
.BgClassName
{
background-color: #DAC668;
}
</style>
border-color css
<style>
span { border-color: #DAC668; }
span { border-color: rgb(218,198,104); }
td.TdClassName
{
border-color: #DAC668;
}
.TagClassName
{
border-color: #DAC668;
}
</style>