Shades of Chenin #DAC46A
Tints of Chenin #DAC46A
RGB
CMYK
RGB Variations
Color information
#DAC46A (or 0xDAC46A) is known color: Chenin. HEX triplet: DA, C4 and 6A. RGB value is (218,196,106). Sum of RGB (Red+Green+Blue) = 218+196+106=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC46A is #253B95. Grayscale: #C0C0C0. Windows color (decimal): -2440086 or 6997210. OLE color: 6997210.
HSL color Cylindrical-coordinate representation of color #DAC46A: hue angle of 48.21º 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 #DAC46A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 106 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.15 |
| HSL | 48.21º | 0.6% | 0.64% | - |
| HSV(B) | 48.21º | 0.51% | 0.85% | - |
| XYZ | 51.25 | 55.43 | 21.63 | - |
| YUV | 192.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 106 | 0 | 0.10 | 0.51 | 0.15 | 48.21 | 0.6 | 0.64 |
| Hex | DA | C4 | 6A | 0 | A | 33 | F | 30 | 3C | 40 |
| Octal | 332 | 304 | 152 | 0 | 12 | 63 | 17 | 60 | 74 | 100 |
| Binary | 11011010 | 11000100 | 1101010 | 0 | 1010 | 110011 | 1111 | 110000 | 111100 | 1000000 |
Color Harmonies of #DAC46A
Complementary color
Monochromatic Colors of #DAC46A
Black with #DAC46A
Text Example
Text Example
White with #DAC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC46A; }
p { color: rgb(218,196,106); }
H1.HeaderClassName
{
color: #DAC46A;
}
.AnyTagClassName
{
color: #DAC46A;
}
</style>
background-color css
<style>
a { background-color: #DAC46A; }
a { background-color: rgb(218,196,106); }
div.DivClassName
{
background-color: #DAC46A;
}
.BgClassName
{
background-color: #DAC46A;
}
</style>
border-color css
<style>
span { border-color: #DAC46A; }
span { border-color: rgb(218,196,106); }
td.TdClassName
{
border-color: #DAC46A;
}
.TagClassName
{
border-color: #DAC46A;
}
</style>