Shades of Chenin #DAC36B
Tints of Chenin #DAC36B
RGB
CMYK
RGB Variations
Color information
#DAC36B (or 0xDAC36B) is known color: Chenin. HEX triplet: DA, C3 and 6B. RGB value is (218,195,107). Sum of RGB (Red+Green+Blue) = 218+195+107=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC36B is #253C94. Grayscale: #C0C0C0. Windows color (decimal): -2440341 or 7062490. OLE color: 7062490.
HSL color Cylindrical-coordinate representation of color #DAC36B: hue angle of 47.57º 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 #DAC36B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.15 |
| HSL | 47.57º | 0.6% | 0.64% | - |
| HSV(B) | 47.57º | 0.51% | 0.85% | - |
| XYZ | 51.08 | 55 | 21.83 | - |
| YUV | 191.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 107 | 0 | 0.11 | 0.51 | 0.15 | 47.57 | 0.6 | 0.64 |
| Hex | DA | C3 | 6B | 0 | B | 33 | F | 30 | 3C | 40 |
| Octal | 332 | 303 | 153 | 0 | 13 | 63 | 17 | 60 | 74 | 100 |
| Binary | 11011010 | 11000011 | 1101011 | 0 | 1011 | 110011 | 1111 | 110000 | 111100 | 1000000 |
Color Harmonies of #DAC36B
Complementary color
Monochromatic Colors of #DAC36B
Black with #DAC36B
Text Example
Text Example
White with #DAC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC36B; }
p { color: rgb(218,195,107); }
H1.HeaderClassName
{
color: #DAC36B;
}
.AnyTagClassName
{
color: #DAC36B;
}
</style>
background-color css
<style>
a { background-color: #DAC36B; }
a { background-color: rgb(218,195,107); }
div.DivClassName
{
background-color: #DAC36B;
}
.BgClassName
{
background-color: #DAC36B;
}
</style>
border-color css
<style>
span { border-color: #DAC36B; }
span { border-color: rgb(218,195,107); }
td.TdClassName
{
border-color: #DAC36B;
}
.TagClassName
{
border-color: #DAC36B;
}
</style>