Shades of Chenin #DAC963
Tints of Chenin #DAC963
RGB
CMYK
RGB Variations
Color information
#DAC963 (or 0xDAC963) is known color: Chenin. HEX triplet: DA, C9 and 63. RGB value is (218,201,99). Sum of RGB (Red+Green+Blue) = 218+201+99=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC963 is #25369C. Grayscale: #C2C2C2. Windows color (decimal): -2438813 or 6539738. OLE color: 6539738.
HSL color Cylindrical-coordinate representation of color #DAC963: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAC963 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 99 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.15 |
| HSL | 51.43º | 0.62% | 0.62% | - |
| HSV(B) | 51.43º | 0.55% | 0.85% | - |
| XYZ | 52.05 | 57.58 | 20.17 | - |
| YUV | 194.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 99 | 0 | 0.08 | 0.55 | 0.15 | 51.43 | 0.62 | 0.62 |
| Hex | DA | C9 | 63 | 0 | 8 | 37 | F | 33 | 3E | 3E |
| Octal | 332 | 311 | 143 | 0 | 10 | 67 | 17 | 63 | 76 | 76 |
| Binary | 11011010 | 11001001 | 1100011 | 0 | 1000 | 110111 | 1111 | 110011 | 111110 | 111110 |
Color Harmonies of #DAC963
Complementary color
Monochromatic Colors of #DAC963
Black with #DAC963
Text Example
Text Example
White with #DAC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC963; }
p { color: rgb(218,201,99); }
H1.HeaderClassName
{
color: #DAC963;
}
.AnyTagClassName
{
color: #DAC963;
}
</style>
background-color css
<style>
a { background-color: #DAC963; }
a { background-color: rgb(218,201,99); }
div.DivClassName
{
background-color: #DAC963;
}
.BgClassName
{
background-color: #DAC963;
}
</style>
border-color css
<style>
span { border-color: #DAC963; }
span { border-color: rgb(218,201,99); }
td.TdClassName
{
border-color: #DAC963;
}
.TagClassName
{
border-color: #DAC963;
}
</style>