Shades of Chenin #DAC26B
Tints of Chenin #DAC26B
RGB
CMYK
RGB Variations
Color information
#DAC26B (or 0xDAC26B) is known color: Chenin. HEX triplet: DA, C2 and 6B. RGB value is (218,194,107). Sum of RGB (Red+Green+Blue) = 218+194+107=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC26B is #253D94. Grayscale: #BFBFBF. Windows color (decimal): -2440597 or 7062234. OLE color: 7062234.
HSL color Cylindrical-coordinate representation of color #DAC26B: hue angle of 47.03º 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 #DAC26B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.15 |
| HSL | 47.03º | 0.6% | 0.64% | - |
| HSV(B) | 47.03º | 0.51% | 0.85% | - |
| XYZ | 50.86 | 54.55 | 21.76 | - |
| YUV | 191.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 107 | 0 | 0.11 | 0.51 | 0.15 | 47.03 | 0.6 | 0.64 |
| Hex | DA | C2 | 6B | 0 | B | 33 | F | 2F | 3C | 40 |
| Octal | 332 | 302 | 153 | 0 | 13 | 63 | 17 | 57 | 74 | 100 |
| Binary | 11011010 | 11000010 | 1101011 | 0 | 1011 | 110011 | 1111 | 101111 | 111100 | 1000000 |
Color Harmonies of #DAC26B
Complementary color
Monochromatic Colors of #DAC26B
Black with #DAC26B
Text Example
Text Example
White with #DAC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC26B; }
p { color: rgb(218,194,107); }
H1.HeaderClassName
{
color: #DAC26B;
}
.AnyTagClassName
{
color: #DAC26B;
}
</style>
background-color css
<style>
a { background-color: #DAC26B; }
a { background-color: rgb(218,194,107); }
div.DivClassName
{
background-color: #DAC26B;
}
.BgClassName
{
background-color: #DAC26B;
}
</style>
border-color css
<style>
span { border-color: #DAC26B; }
span { border-color: rgb(218,194,107); }
td.TdClassName
{
border-color: #DAC26B;
}
.TagClassName
{
border-color: #DAC26B;
}
</style>