Shades of Chenin #DAC96A
Tints of Chenin #DAC96A
RGB
CMYK
RGB Variations
Color information
#DAC96A (or 0xDAC96A) is known color: Chenin. HEX triplet: DA, C9 and 6A. RGB value is (218,201,106). Sum of RGB (Red+Green+Blue) = 218+201+106=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC96A is #253695. Grayscale: #C3C3C3. Windows color (decimal): -2438806 or 6998490. OLE color: 6998490.
HSL color Cylindrical-coordinate representation of color #DAC96A: hue angle of 50.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAC96A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 106 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.15 |
| HSL | 50.89º | 0.6% | 0.64% | - |
| HSV(B) | 50.89º | 0.51% | 0.85% | - |
| XYZ | 52.4 | 57.72 | 22.01 | - |
| YUV | 195.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 106 | 0 | 0.08 | 0.51 | 0.15 | 50.89 | 0.6 | 0.64 |
| Hex | DA | C9 | 6A | 0 | 8 | 33 | F | 33 | 3C | 40 |
| Octal | 332 | 311 | 152 | 0 | 10 | 63 | 17 | 63 | 74 | 100 |
| Binary | 11011010 | 11001001 | 1101010 | 0 | 1000 | 110011 | 1111 | 110011 | 111100 | 1000000 |
Color Harmonies of #DAC96A
Complementary color
Monochromatic Colors of #DAC96A
Black with #DAC96A
Text Example
Text Example
White with #DAC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC96A; }
p { color: rgb(218,201,106); }
H1.HeaderClassName
{
color: #DAC96A;
}
.AnyTagClassName
{
color: #DAC96A;
}
</style>
background-color css
<style>
a { background-color: #DAC96A; }
a { background-color: rgb(218,201,106); }
div.DivClassName
{
background-color: #DAC96A;
}
.BgClassName
{
background-color: #DAC96A;
}
</style>
border-color css
<style>
span { border-color: #DAC96A; }
span { border-color: rgb(218,201,106); }
td.TdClassName
{
border-color: #DAC96A;
}
.TagClassName
{
border-color: #DAC96A;
}
</style>