Shades of Chenin #DAC56A
Tints of Chenin #DAC56A
RGB
CMYK
RGB Variations
Color information
#DAC56A (or 0xDAC56A) is known color: Chenin. HEX triplet: DA, C5 and 6A. RGB value is (218,197,106). Sum of RGB (Red+Green+Blue) = 218+197+106=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC56A is #253A95. Grayscale: #C1C1C1. Windows color (decimal): -2439830 or 6997466. OLE color: 6997466.
HSL color Cylindrical-coordinate representation of color #DAC56A: hue angle of 48.75º 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 #DAC56A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 106 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.15 |
| HSL | 48.75º | 0.6% | 0.64% | - |
| HSV(B) | 48.75º | 0.51% | 0.85% | - |
| XYZ | 51.48 | 55.88 | 21.71 | - |
| YUV | 192.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 106 | 0 | 0.10 | 0.51 | 0.15 | 48.75 | 0.6 | 0.64 |
| Hex | DA | C5 | 6A | 0 | A | 33 | F | 31 | 3C | 40 |
| Octal | 332 | 305 | 152 | 0 | 12 | 63 | 17 | 61 | 74 | 100 |
| Binary | 11011010 | 11000101 | 1101010 | 0 | 1010 | 110011 | 1111 | 110001 | 111100 | 1000000 |
Color Harmonies of #DAC56A
Complementary color
Monochromatic Colors of #DAC56A
Black with #DAC56A
Text Example
Text Example
White with #DAC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC56A; }
p { color: rgb(218,197,106); }
H1.HeaderClassName
{
color: #DAC56A;
}
.AnyTagClassName
{
color: #DAC56A;
}
</style>
background-color css
<style>
a { background-color: #DAC56A; }
a { background-color: rgb(218,197,106); }
div.DivClassName
{
background-color: #DAC56A;
}
.BgClassName
{
background-color: #DAC56A;
}
</style>
border-color css
<style>
span { border-color: #DAC56A; }
span { border-color: rgb(218,197,106); }
td.TdClassName
{
border-color: #DAC56A;
}
.TagClassName
{
border-color: #DAC56A;
}
</style>