Shades of Chenin #DAC568
Tints of Chenin #DAC568
RGB
CMYK
RGB Variations
Color information
#DAC568 (or 0xDAC568) is known color: Chenin. HEX triplet: DA, C5 and 68. RGB value is (218,197,104). Sum of RGB (Red+Green+Blue) = 218+197+104=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC568 is #253A97. Grayscale: #C1C1C1. Windows color (decimal): -2439832 or 6866394. OLE color: 6866394.
HSL color Cylindrical-coordinate representation of color #DAC568: hue angle of 48.95º 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 #DAC568 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 104 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.15 |
| HSL | 48.95º | 0.61% | 0.63% | - |
| HSV(B) | 48.95º | 0.52% | 0.85% | - |
| XYZ | 51.38 | 55.84 | 21.17 | - |
| YUV | 192.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 104 | 0 | 0.10 | 0.52 | 0.15 | 48.95 | 0.61 | 0.63 |
| Hex | DA | C5 | 68 | 0 | A | 34 | F | 31 | 3D | 3F |
| Octal | 332 | 305 | 150 | 0 | 12 | 64 | 17 | 61 | 75 | 77 |
| Binary | 11011010 | 11000101 | 1101000 | 0 | 1010 | 110100 | 1111 | 110001 | 111101 | 111111 |
Color Harmonies of #DAC568
Complementary color
Monochromatic Colors of #DAC568
Black with #DAC568
Text Example
Text Example
White with #DAC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC568; }
p { color: rgb(218,197,104); }
H1.HeaderClassName
{
color: #DAC568;
}
.AnyTagClassName
{
color: #DAC568;
}
</style>
background-color css
<style>
a { background-color: #DAC568; }
a { background-color: rgb(218,197,104); }
div.DivClassName
{
background-color: #DAC568;
}
.BgClassName
{
background-color: #DAC568;
}
</style>
border-color css
<style>
span { border-color: #DAC568; }
span { border-color: rgb(218,197,104); }
td.TdClassName
{
border-color: #DAC568;
}
.TagClassName
{
border-color: #DAC568;
}
</style>