Shades of Chenin #DAC47A
Tints of Chenin #DAC47A
RGB
CMYK
RGB Variations
Color information
#DAC47A (or 0xDAC47A) is known color: Chenin. HEX triplet: DA, C4 and 7A. RGB value is (218,196,122). Sum of RGB (Red+Green+Blue) = 218+196+122=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC47A is #253B85. Grayscale: #C2C2C2. Windows color (decimal): -2440070 or 8045786. OLE color: 8045786.
HSL color Cylindrical-coordinate representation of color #DAC47A: hue angle of 46.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC47A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 122 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.15 |
| HSL | 46.25º | 0.56% | 0.67% | - |
| HSV(B) | 46.25º | 0.44% | 0.85% | - |
| XYZ | 52.17 | 55.79 | 26.43 | - |
| YUV | 194.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 122 | 0 | 0.10 | 0.44 | 0.15 | 46.25 | 0.56 | 0.67 |
| Hex | DA | C4 | 7A | 0 | A | 2C | F | 2E | 38 | 43 |
| Octal | 332 | 304 | 172 | 0 | 12 | 54 | 17 | 56 | 70 | 103 |
| Binary | 11011010 | 11000100 | 1111010 | 0 | 1010 | 101100 | 1111 | 101110 | 111000 | 1000011 |
Color Harmonies of #DAC47A
Complementary color
Monochromatic Colors of #DAC47A
Black with #DAC47A
Text Example
Text Example
White with #DAC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC47A; }
p { color: rgb(218,196,122); }
H1.HeaderClassName
{
color: #DAC47A;
}
.AnyTagClassName
{
color: #DAC47A;
}
</style>
background-color css
<style>
a { background-color: #DAC47A; }
a { background-color: rgb(218,196,122); }
div.DivClassName
{
background-color: #DAC47A;
}
.BgClassName
{
background-color: #DAC47A;
}
</style>
border-color css
<style>
span { border-color: #DAC47A; }
span { border-color: rgb(218,196,122); }
td.TdClassName
{
border-color: #DAC47A;
}
.TagClassName
{
border-color: #DAC47A;
}
</style>