Shades of Chenin #DAC069
Tints of Chenin #DAC069
RGB
CMYK
RGB Variations
Color information
#DAC069 (or 0xDAC069) is known color: Chenin. HEX triplet: DA, C0 and 69. RGB value is (218,192,105). Sum of RGB (Red+Green+Blue) = 218+192+105=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC069 is #253F96. Grayscale: #BEBEBE. Windows color (decimal): -2441111 or 6930650. OLE color: 6930650.
HSL color Cylindrical-coordinate representation of color #DAC069: hue angle of 46.19º 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 #DAC069 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 105 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.15 |
| HSL | 46.19º | 0.6% | 0.63% | - |
| HSV(B) | 46.19º | 0.52% | 0.85% | - |
| XYZ | 50.31 | 53.62 | 21.06 | - |
| YUV | 189.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 105 | 0 | 0.12 | 0.52 | 0.15 | 46.19 | 0.6 | 0.63 |
| Hex | DA | C0 | 69 | 0 | C | 34 | F | 2E | 3C | 3F |
| Octal | 332 | 300 | 151 | 0 | 14 | 64 | 17 | 56 | 74 | 77 |
| Binary | 11011010 | 11000000 | 1101001 | 0 | 1100 | 110100 | 1111 | 101110 | 111100 | 111111 |
Color Harmonies of #DAC069
Complementary color
Monochromatic Colors of #DAC069
Black with #DAC069
Text Example
Text Example
White with #DAC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC069; }
p { color: rgb(218,192,105); }
H1.HeaderClassName
{
color: #DAC069;
}
.AnyTagClassName
{
color: #DAC069;
}
</style>
background-color css
<style>
a { background-color: #DAC069; }
a { background-color: rgb(218,192,105); }
div.DivClassName
{
background-color: #DAC069;
}
.BgClassName
{
background-color: #DAC069;
}
</style>
border-color css
<style>
span { border-color: #DAC069; }
span { border-color: rgb(218,192,105); }
td.TdClassName
{
border-color: #DAC069;
}
.TagClassName
{
border-color: #DAC069;
}
</style>