Shades of Chenin #DAC964
Tints of Chenin #DAC964
RGB
CMYK
RGB Variations
Color information
#DAC964 (or 0xDAC964) is known color: Chenin. HEX triplet: DA, C9 and 64. RGB value is (218,201,100). Sum of RGB (Red+Green+Blue) = 218+201+100=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC964 is #25369B. Grayscale: #C2C2C2. Windows color (decimal): -2438812 or 6605274. OLE color: 6605274.
HSL color Cylindrical-coordinate representation of color #DAC964: hue angle of 51.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC964 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 100 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.15 |
| HSL | 51.36º | 0.61% | 0.62% | - |
| HSV(B) | 51.36º | 0.54% | 0.85% | - |
| XYZ | 52.1 | 57.6 | 20.43 | - |
| YUV | 194.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 100 | 0 | 0.08 | 0.54 | 0.15 | 51.36 | 0.61 | 0.62 |
| Hex | DA | C9 | 64 | 0 | 8 | 36 | F | 33 | 3D | 3E |
| Octal | 332 | 311 | 144 | 0 | 10 | 66 | 17 | 63 | 75 | 76 |
| Binary | 11011010 | 11001001 | 1100100 | 0 | 1000 | 110110 | 1111 | 110011 | 111101 | 111110 |
Color Harmonies of #DAC964
Complementary color
Monochromatic Colors of #DAC964
Black with #DAC964
Text Example
Text Example
White with #DAC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC964; }
p { color: rgb(218,201,100); }
H1.HeaderClassName
{
color: #DAC964;
}
.AnyTagClassName
{
color: #DAC964;
}
</style>
background-color css
<style>
a { background-color: #DAC964; }
a { background-color: rgb(218,201,100); }
div.DivClassName
{
background-color: #DAC964;
}
.BgClassName
{
background-color: #DAC964;
}
</style>
border-color css
<style>
span { border-color: #DAC964; }
span { border-color: rgb(218,201,100); }
td.TdClassName
{
border-color: #DAC964;
}
.TagClassName
{
border-color: #DAC964;
}
</style>