Shades of Chenin #DCC575
Tints of Chenin #DCC575
RGB
CMYK
RGB Variations
Color information
#DCC575 (or 0xDCC575) is known color: Chenin. HEX triplet: DC, C5 and 75. RGB value is (220,197,117). Sum of RGB (Red+Green+Blue) = 220+197+117=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC575 is #233A8A. Grayscale: #C3C3C3. Windows color (decimal): -2308747 or 7718364. OLE color: 7718364.
HSL color Cylindrical-coordinate representation of color #DCC575: hue angle of 46.6º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCC575 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 117 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.14 |
| HSL | 46.6º | 0.6% | 0.66% | - |
| HSV(B) | 46.6º | 0.47% | 0.86% | - |
| XYZ | 52.69 | 56.43 | 24.95 | - |
| YUV | 194.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 117 | 0 | 0.10 | 0.47 | 0.14 | 46.6 | 0.6 | 0.66 |
| Hex | DC | C5 | 75 | 0 | A | 2F | E | 2F | 3C | 42 |
| Octal | 334 | 305 | 165 | 0 | 12 | 57 | 16 | 57 | 74 | 102 |
| Binary | 11011100 | 11000101 | 1110101 | 0 | 1010 | 101111 | 1110 | 101111 | 111100 | 1000010 |
Color Harmonies of #DCC575
Complementary color
Monochromatic Colors of #DCC575
Black with #DCC575
Text Example
Text Example
White with #DCC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC575; }
p { color: rgb(220,197,117); }
H1.HeaderClassName
{
color: #DCC575;
}
.AnyTagClassName
{
color: #DCC575;
}
</style>
background-color css
<style>
a { background-color: #DCC575; }
a { background-color: rgb(220,197,117); }
div.DivClassName
{
background-color: #DCC575;
}
.BgClassName
{
background-color: #DCC575;
}
</style>
border-color css
<style>
span { border-color: #DCC575; }
span { border-color: rgb(220,197,117); }
td.TdClassName
{
border-color: #DCC575;
}
.TagClassName
{
border-color: #DCC575;
}
</style>