Shades of Chenin #DAC565
Tints of Chenin #DAC565
RGB
CMYK
RGB Variations
Color information
#DAC565 (or 0xDAC565) is known color: Chenin. HEX triplet: DA, C5 and 65. RGB value is (218,197,101). Sum of RGB (Red+Green+Blue) = 218+197+101=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC565 is #253A9A. Grayscale: #C0C0C0. Windows color (decimal): -2439835 or 6669786. OLE color: 6669786.
HSL color Cylindrical-coordinate representation of color #DAC565: hue angle of 49.23º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC565 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 101 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.15 |
| HSL | 49.23º | 0.61% | 0.63% | - |
| HSV(B) | 49.23º | 0.54% | 0.85% | - |
| XYZ | 51.23 | 55.78 | 20.38 | - |
| YUV | 192.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 101 | 0 | 0.10 | 0.54 | 0.15 | 49.23 | 0.61 | 0.63 |
| Hex | DA | C5 | 65 | 0 | A | 36 | F | 31 | 3D | 3F |
| Octal | 332 | 305 | 145 | 0 | 12 | 66 | 17 | 61 | 75 | 77 |
| Binary | 11011010 | 11000101 | 1100101 | 0 | 1010 | 110110 | 1111 | 110001 | 111101 | 111111 |
Color Harmonies of #DAC565
Complementary color
Monochromatic Colors of #DAC565
Black with #DAC565
Text Example
Text Example
White with #DAC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC565; }
p { color: rgb(218,197,101); }
H1.HeaderClassName
{
color: #DAC565;
}
.AnyTagClassName
{
color: #DAC565;
}
</style>
background-color css
<style>
a { background-color: #DAC565; }
a { background-color: rgb(218,197,101); }
div.DivClassName
{
background-color: #DAC565;
}
.BgClassName
{
background-color: #DAC565;
}
</style>
border-color css
<style>
span { border-color: #DAC565; }
span { border-color: rgb(218,197,101); }
td.TdClassName
{
border-color: #DAC565;
}
.TagClassName
{
border-color: #DAC565;
}
</style>