Shades of Chenin #DAC875
Tints of Chenin #DAC875
RGB
CMYK
RGB Variations
Color information
#DAC875 (or 0xDAC875) is known color: Chenin. HEX triplet: DA, C8 and 75. RGB value is (218,200,117). Sum of RGB (Red+Green+Blue) = 218+200+117=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC875 is #25378A. Grayscale: #C4C4C4. Windows color (decimal): -2439051 or 7719130. OLE color: 7719130.
HSL color Cylindrical-coordinate representation of color #DAC875: hue angle of 49.31º 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 #DAC875 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 117 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.15 |
| HSL | 49.31º | 0.58% | 0.66% | - |
| HSV(B) | 49.31º | 0.46% | 0.85% | - |
| XYZ | 52.78 | 57.5 | 25.15 | - |
| YUV | 195.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 117 | 0 | 0.08 | 0.46 | 0.15 | 49.31 | 0.58 | 0.66 |
| Hex | DA | C8 | 75 | 0 | 8 | 2E | F | 31 | 3A | 42 |
| Octal | 332 | 310 | 165 | 0 | 10 | 56 | 17 | 61 | 72 | 102 |
| Binary | 11011010 | 11001000 | 1110101 | 0 | 1000 | 101110 | 1111 | 110001 | 111010 | 1000010 |
Color Harmonies of #DAC875
Complementary color
Monochromatic Colors of #DAC875
Black with #DAC875
Text Example
Text Example
White with #DAC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC875; }
p { color: rgb(218,200,117); }
H1.HeaderClassName
{
color: #DAC875;
}
.AnyTagClassName
{
color: #DAC875;
}
</style>
background-color css
<style>
a { background-color: #DAC875; }
a { background-color: rgb(218,200,117); }
div.DivClassName
{
background-color: #DAC875;
}
.BgClassName
{
background-color: #DAC875;
}
</style>
border-color css
<style>
span { border-color: #DAC875; }
span { border-color: rgb(218,200,117); }
td.TdClassName
{
border-color: #DAC875;
}
.TagClassName
{
border-color: #DAC875;
}
</style>