Shades of Chenin #DAC16B
Tints of Chenin #DAC16B
RGB
CMYK
RGB Variations
Color information
#DAC16B (or 0xDAC16B) is known color: Chenin. HEX triplet: DA, C1 and 6B. RGB value is (218,193,107). Sum of RGB (Red+Green+Blue) = 218+193+107=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC16B is #253E94. Grayscale: #BFBFBF. Windows color (decimal): -2440853 or 7061978. OLE color: 7061978.
HSL color Cylindrical-coordinate representation of color #DAC16B: hue angle of 46.49º 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 #DAC16B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.15 |
| HSL | 46.49º | 0.6% | 0.64% | - |
| HSV(B) | 46.49º | 0.51% | 0.85% | - |
| XYZ | 50.64 | 54.11 | 21.68 | - |
| YUV | 190.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 107 | 0 | 0.11 | 0.51 | 0.15 | 46.49 | 0.6 | 0.64 |
| Hex | DA | C1 | 6B | 0 | B | 33 | F | 2E | 3C | 40 |
| Octal | 332 | 301 | 153 | 0 | 13 | 63 | 17 | 56 | 74 | 100 |
| Binary | 11011010 | 11000001 | 1101011 | 0 | 1011 | 110011 | 1111 | 101110 | 111100 | 1000000 |
Color Harmonies of #DAC16B
Complementary color
Monochromatic Colors of #DAC16B
Black with #DAC16B
Text Example
Text Example
White with #DAC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC16B; }
p { color: rgb(218,193,107); }
H1.HeaderClassName
{
color: #DAC16B;
}
.AnyTagClassName
{
color: #DAC16B;
}
</style>
background-color css
<style>
a { background-color: #DAC16B; }
a { background-color: rgb(218,193,107); }
div.DivClassName
{
background-color: #DAC16B;
}
.BgClassName
{
background-color: #DAC16B;
}
</style>
border-color css
<style>
span { border-color: #DAC16B; }
span { border-color: rgb(218,193,107); }
td.TdClassName
{
border-color: #DAC16B;
}
.TagClassName
{
border-color: #DAC16B;
}
</style>