Shades of Chenin #DAC169
Tints of Chenin #DAC169
RGB
CMYK
RGB Variations
Color information
#DAC169 (or 0xDAC169) is known color: Chenin. HEX triplet: DA, C1 and 69. RGB value is (218,193,105). Sum of RGB (Red+Green+Blue) = 218+193+105=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC169 is #253E96. Grayscale: #BEBEBE. Windows color (decimal): -2440855 or 6930906. OLE color: 6930906.
HSL color Cylindrical-coordinate representation of color #DAC169: hue angle of 46.73º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAC169 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 105 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.15 |
| HSL | 46.73º | 0.6% | 0.63% | - |
| HSV(B) | 46.73º | 0.52% | 0.85% | - |
| XYZ | 50.53 | 54.07 | 21.14 | - |
| YUV | 190.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 105 | 0 | 0.11 | 0.52 | 0.15 | 46.73 | 0.6 | 0.63 |
| Hex | DA | C1 | 69 | 0 | B | 34 | F | 2F | 3C | 3F |
| Octal | 332 | 301 | 151 | 0 | 13 | 64 | 17 | 57 | 74 | 77 |
| Binary | 11011010 | 11000001 | 1101001 | 0 | 1011 | 110100 | 1111 | 101111 | 111100 | 111111 |
Color Harmonies of #DAC169
Complementary color
Monochromatic Colors of #DAC169
Black with #DAC169
Text Example
Text Example
White with #DAC169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC169; }
p { color: rgb(218,193,105); }
H1.HeaderClassName
{
color: #DAC169;
}
.AnyTagClassName
{
color: #DAC169;
}
</style>
background-color css
<style>
a { background-color: #DAC169; }
a { background-color: rgb(218,193,105); }
div.DivClassName
{
background-color: #DAC169;
}
.BgClassName
{
background-color: #DAC169;
}
</style>
border-color css
<style>
span { border-color: #DAC169; }
span { border-color: rgb(218,193,105); }
td.TdClassName
{
border-color: #DAC169;
}
.TagClassName
{
border-color: #DAC169;
}
</style>