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