Shades of Chenin #DAC96B
Tints of Chenin #DAC96B
RGB
CMYK
RGB Variations
Color information
#DAC96B (or 0xDAC96B) is known color: Chenin. HEX triplet: DA, C9 and 6B. RGB value is (218,201,107). Sum of RGB (Red+Green+Blue) = 218+201+107=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC96B is #253694. Grayscale: #C3C3C3. Windows color (decimal): -2438805 or 7064026. OLE color: 7064026.
HSL color Cylindrical-coordinate representation of color #DAC96B: hue angle of 50.81º 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 #DAC96B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 107 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.15 |
| HSL | 50.81º | 0.6% | 0.64% | - |
| HSV(B) | 50.81º | 0.51% | 0.85% | - |
| XYZ | 52.45 | 57.74 | 22.29 | - |
| YUV | 195.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 107 | 0 | 0.08 | 0.51 | 0.15 | 50.81 | 0.6 | 0.64 |
| Hex | DA | C9 | 6B | 0 | 8 | 33 | F | 33 | 3C | 40 |
| Octal | 332 | 311 | 153 | 0 | 10 | 63 | 17 | 63 | 74 | 100 |
| Binary | 11011010 | 11001001 | 1101011 | 0 | 1000 | 110011 | 1111 | 110011 | 111100 | 1000000 |
Color Harmonies of #DAC96B
Complementary color
Monochromatic Colors of #DAC96B
Black with #DAC96B
Text Example
Text Example
White with #DAC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC96B; }
p { color: rgb(218,201,107); }
H1.HeaderClassName
{
color: #DAC96B;
}
.AnyTagClassName
{
color: #DAC96B;
}
</style>
background-color css
<style>
a { background-color: #DAC96B; }
a { background-color: rgb(218,201,107); }
div.DivClassName
{
background-color: #DAC96B;
}
.BgClassName
{
background-color: #DAC96B;
}
</style>
border-color css
<style>
span { border-color: #DAC96B; }
span { border-color: rgb(218,201,107); }
td.TdClassName
{
border-color: #DAC96B;
}
.TagClassName
{
border-color: #DAC96B;
}
</style>