Shades of Chenin #DCC275
Tints of Chenin #DCC275
RGB
CMYK
RGB Variations
Color information
#DCC275 (or 0xDCC275) is known color: Chenin. HEX triplet: DC, C2 and 75. RGB value is (220,194,117). Sum of RGB (Red+Green+Blue) = 220+194+117=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC275 is #233D8A. Grayscale: #C1C1C1. Windows color (decimal): -2309515 or 7717596. OLE color: 7717596.
HSL color Cylindrical-coordinate representation of color #DCC275: hue angle of 44.85º 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 #DCC275 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 117 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.14 |
| HSL | 44.85º | 0.6% | 0.66% | - |
| HSV(B) | 44.85º | 0.47% | 0.86% | - |
| XYZ | 52.02 | 55.08 | 24.72 | - |
| YUV | 193 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 117 | 0 | 0.12 | 0.47 | 0.14 | 44.85 | 0.6 | 0.66 |
| Hex | DC | C2 | 75 | 0 | C | 2F | E | 2D | 3C | 42 |
| Octal | 334 | 302 | 165 | 0 | 14 | 57 | 16 | 55 | 74 | 102 |
| Binary | 11011100 | 11000010 | 1110101 | 0 | 1100 | 101111 | 1110 | 101101 | 111100 | 1000010 |
Color Harmonies of #DCC275
Complementary color
Monochromatic Colors of #DCC275
Black with #DCC275
Text Example
Text Example
White with #DCC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC275; }
p { color: rgb(220,194,117); }
H1.HeaderClassName
{
color: #DCC275;
}
.AnyTagClassName
{
color: #DCC275;
}
</style>
background-color css
<style>
a { background-color: #DCC275; }
a { background-color: rgb(220,194,117); }
div.DivClassName
{
background-color: #DCC275;
}
.BgClassName
{
background-color: #DCC275;
}
</style>
border-color css
<style>
span { border-color: #DCC275; }
span { border-color: rgb(220,194,117); }
td.TdClassName
{
border-color: #DCC275;
}
.TagClassName
{
border-color: #DCC275;
}
</style>