Shades of Chenin #DAC16F
Tints of Chenin #DAC16F
RGB
CMYK
RGB Variations
Color information
#DAC16F (or 0xDAC16F) is known color: Chenin. HEX triplet: DA, C1 and 6F. RGB value is (218,193,111). Sum of RGB (Red+Green+Blue) = 218+193+111=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC16F is #253E90. Grayscale: #BFBFBF. Windows color (decimal): -2440849 or 7324122. OLE color: 7324122.
HSL color Cylindrical-coordinate representation of color #DAC16F: hue angle of 45.98º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC16F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 111 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.15 |
| HSL | 45.98º | 0.59% | 0.65% | - |
| HSV(B) | 45.98º | 0.49% | 0.85% | - |
| XYZ | 50.85 | 54.19 | 22.82 | - |
| YUV | 191.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 111 | 0 | 0.11 | 0.49 | 0.15 | 45.98 | 0.59 | 0.65 |
| Hex | DA | C1 | 6F | 0 | B | 31 | F | 2E | 3B | 41 |
| Octal | 332 | 301 | 157 | 0 | 13 | 61 | 17 | 56 | 73 | 101 |
| Binary | 11011010 | 11000001 | 1101111 | 0 | 1011 | 110001 | 1111 | 101110 | 111011 | 1000001 |
Color Harmonies of #DAC16F
Complementary color
Monochromatic Colors of #DAC16F
Black with #DAC16F
Text Example
Text Example
White with #DAC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC16F; }
p { color: rgb(218,193,111); }
H1.HeaderClassName
{
color: #DAC16F;
}
.AnyTagClassName
{
color: #DAC16F;
}
</style>
background-color css
<style>
a { background-color: #DAC16F; }
a { background-color: rgb(218,193,111); }
div.DivClassName
{
background-color: #DAC16F;
}
.BgClassName
{
background-color: #DAC16F;
}
</style>
border-color css
<style>
span { border-color: #DAC16F; }
span { border-color: rgb(218,193,111); }
td.TdClassName
{
border-color: #DAC16F;
}
.TagClassName
{
border-color: #DAC16F;
}
</style>