Shades of Chenin #DAC369
Tints of Chenin #DAC369
RGB
CMYK
RGB Variations
Color information
#DAC369 (or 0xDAC369) is known color: Chenin. HEX triplet: DA, C3 and 69. RGB value is (218,195,105). Sum of RGB (Red+Green+Blue) = 218+195+105=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC369 is #253C96. Grayscale: #C0C0C0. Windows color (decimal): -2440343 or 6931418. OLE color: 6931418.
HSL color Cylindrical-coordinate representation of color #DAC369: hue angle of 47.79º 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 #DAC369 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 105 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.15 |
| HSL | 47.79º | 0.6% | 0.63% | - |
| HSV(B) | 47.79º | 0.52% | 0.85% | - |
| XYZ | 50.98 | 54.96 | 21.29 | - |
| YUV | 191.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 105 | 0 | 0.11 | 0.52 | 0.15 | 47.79 | 0.6 | 0.63 |
| Hex | DA | C3 | 69 | 0 | B | 34 | F | 30 | 3C | 3F |
| Octal | 332 | 303 | 151 | 0 | 13 | 64 | 17 | 60 | 74 | 77 |
| Binary | 11011010 | 11000011 | 1101001 | 0 | 1011 | 110100 | 1111 | 110000 | 111100 | 111111 |
Color Harmonies of #DAC369
Complementary color
Monochromatic Colors of #DAC369
Black with #DAC369
Text Example
Text Example
White with #DAC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC369; }
p { color: rgb(218,195,105); }
H1.HeaderClassName
{
color: #DAC369;
}
.AnyTagClassName
{
color: #DAC369;
}
</style>
background-color css
<style>
a { background-color: #DAC369; }
a { background-color: rgb(218,195,105); }
div.DivClassName
{
background-color: #DAC369;
}
.BgClassName
{
background-color: #DAC369;
}
</style>
border-color css
<style>
span { border-color: #DAC369; }
span { border-color: rgb(218,195,105); }
td.TdClassName
{
border-color: #DAC369;
}
.TagClassName
{
border-color: #DAC369;
}
</style>