Shades of Chenin #DAC865
Tints of Chenin #DAC865
RGB
CMYK
RGB Variations
Color information
#DAC865 (or 0xDAC865) is known color: Chenin. HEX triplet: DA, C8 and 65. RGB value is (218,200,101). Sum of RGB (Red+Green+Blue) = 218+200+101=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC865 is #25379A. Grayscale: #C2C2C2. Windows color (decimal): -2439067 or 6670554. OLE color: 6670554.
HSL color Cylindrical-coordinate representation of color #DAC865: hue angle of 50.77º 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 #DAC865 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 101 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.15 |
| HSL | 50.77º | 0.61% | 0.63% | - |
| HSV(B) | 50.77º | 0.54% | 0.85% | - |
| XYZ | 51.92 | 57.15 | 20.61 | - |
| YUV | 194.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 101 | 0 | 0.08 | 0.54 | 0.15 | 50.77 | 0.61 | 0.63 |
| Hex | DA | C8 | 65 | 0 | 8 | 36 | F | 33 | 3D | 3F |
| Octal | 332 | 310 | 145 | 0 | 10 | 66 | 17 | 63 | 75 | 77 |
| Binary | 11011010 | 11001000 | 1100101 | 0 | 1000 | 110110 | 1111 | 110011 | 111101 | 111111 |
Color Harmonies of #DAC865
Complementary color
Monochromatic Colors of #DAC865
Black with #DAC865
Text Example
Text Example
White with #DAC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC865; }
p { color: rgb(218,200,101); }
H1.HeaderClassName
{
color: #DAC865;
}
.AnyTagClassName
{
color: #DAC865;
}
</style>
background-color css
<style>
a { background-color: #DAC865; }
a { background-color: rgb(218,200,101); }
div.DivClassName
{
background-color: #DAC865;
}
.BgClassName
{
background-color: #DAC865;
}
</style>
border-color css
<style>
span { border-color: #DAC865; }
span { border-color: rgb(218,200,101); }
td.TdClassName
{
border-color: #DAC865;
}
.TagClassName
{
border-color: #DAC865;
}
</style>