Shades of Chenin #DAC168
Tints of Chenin #DAC168
RGB
CMYK
RGB Variations
Color information
#DAC168 (or 0xDAC168) is known color: Chenin. HEX triplet: DA, C1 and 68. RGB value is (218,193,104). Sum of RGB (Red+Green+Blue) = 218+193+104=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC168 is #253E97. Grayscale: #BEBEBE. Windows color (decimal): -2440856 or 6865370. OLE color: 6865370.
HSL color Cylindrical-coordinate representation of color #DAC168: hue angle of 46.84º 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 #DAC168 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 104 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.15 |
| HSL | 46.84º | 0.61% | 0.63% | - |
| HSV(B) | 46.84º | 0.52% | 0.85% | - |
| XYZ | 50.48 | 54.04 | 20.87 | - |
| YUV | 190.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 104 | 0 | 0.11 | 0.52 | 0.15 | 46.84 | 0.61 | 0.63 |
| Hex | DA | C1 | 68 | 0 | B | 34 | F | 2F | 3D | 3F |
| Octal | 332 | 301 | 150 | 0 | 13 | 64 | 17 | 57 | 75 | 77 |
| Binary | 11011010 | 11000001 | 1101000 | 0 | 1011 | 110100 | 1111 | 101111 | 111101 | 111111 |
Color Harmonies of #DAC168
Complementary color
Monochromatic Colors of #DAC168
Black with #DAC168
Text Example
Text Example
White with #DAC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC168; }
p { color: rgb(218,193,104); }
H1.HeaderClassName
{
color: #DAC168;
}
.AnyTagClassName
{
color: #DAC168;
}
</style>
background-color css
<style>
a { background-color: #DAC168; }
a { background-color: rgb(218,193,104); }
div.DivClassName
{
background-color: #DAC168;
}
.BgClassName
{
background-color: #DAC168;
}
</style>
border-color css
<style>
span { border-color: #DAC168; }
span { border-color: rgb(218,193,104); }
td.TdClassName
{
border-color: #DAC168;
}
.TagClassName
{
border-color: #DAC168;
}
</style>