Shades of Chenin #DAC275
Tints of Chenin #DAC275
RGB
CMYK
RGB Variations
Color information
#DAC275 (or 0xDAC275) is known color: Chenin. HEX triplet: DA, C2 and 75. RGB value is (218,194,117). Sum of RGB (Red+Green+Blue) = 218+194+117=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC275 is #253D8A. Grayscale: #C0C0C0. Windows color (decimal): -2440587 or 7717594. OLE color: 7717594.
HSL color Cylindrical-coordinate representation of color #DAC275: hue angle of 45.74º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAC275 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 117 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.15 |
| HSL | 45.74º | 0.58% | 0.66% | - |
| HSV(B) | 45.74º | 0.46% | 0.85% | - |
| XYZ | 51.42 | 54.77 | 24.69 | - |
| YUV | 192.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 117 | 0 | 0.11 | 0.46 | 0.15 | 45.74 | 0.58 | 0.66 |
| Hex | DA | C2 | 75 | 0 | B | 2E | F | 2E | 3A | 42 |
| Octal | 332 | 302 | 165 | 0 | 13 | 56 | 17 | 56 | 72 | 102 |
| Binary | 11011010 | 11000010 | 1110101 | 0 | 1011 | 101110 | 1111 | 101110 | 111010 | 1000010 |
Color Harmonies of #DAC275
Complementary color
Monochromatic Colors of #DAC275
Black with #DAC275
Text Example
Text Example
White with #DAC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC275; }
p { color: rgb(218,194,117); }
H1.HeaderClassName
{
color: #DAC275;
}
.AnyTagClassName
{
color: #DAC275;
}
</style>
background-color css
<style>
a { background-color: #DAC275; }
a { background-color: rgb(218,194,117); }
div.DivClassName
{
background-color: #DAC275;
}
.BgClassName
{
background-color: #DAC275;
}
</style>
border-color css
<style>
span { border-color: #DAC275; }
span { border-color: rgb(218,194,117); }
td.TdClassName
{
border-color: #DAC275;
}
.TagClassName
{
border-color: #DAC275;
}
</style>