Shades of Chenin #DCC975
Tints of Chenin #DCC975
RGB
CMYK
RGB Variations
Color information
#DCC975 (or 0xDCC975) is known color: Chenin. HEX triplet: DC, C9 and 75. RGB value is (220,201,117). Sum of RGB (Red+Green+Blue) = 220+201+117=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC975 is #23368A. Grayscale: #C5C5C5. Windows color (decimal): -2307723 or 7719388. OLE color: 7719388.
HSL color Cylindrical-coordinate representation of color #DCC975: hue angle of 48.93º 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 #DCC975 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 117 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.14 |
| HSL | 48.93º | 0.6% | 0.66% | - |
| HSV(B) | 48.93º | 0.47% | 0.86% | - |
| XYZ | 53.61 | 58.27 | 25.25 | - |
| YUV | 197.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 117 | 0 | 0.09 | 0.47 | 0.14 | 48.93 | 0.6 | 0.66 |
| Hex | DC | C9 | 75 | 0 | 9 | 2F | E | 31 | 3C | 42 |
| Octal | 334 | 311 | 165 | 0 | 11 | 57 | 16 | 61 | 74 | 102 |
| Binary | 11011100 | 11001001 | 1110101 | 0 | 1001 | 101111 | 1110 | 110001 | 111100 | 1000010 |
Color Harmonies of #DCC975
Complementary color
Monochromatic Colors of #DCC975
Black with #DCC975
Text Example
Text Example
White with #DCC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC975; }
p { color: rgb(220,201,117); }
H1.HeaderClassName
{
color: #DCC975;
}
.AnyTagClassName
{
color: #DCC975;
}
</style>
background-color css
<style>
a { background-color: #DCC975; }
a { background-color: rgb(220,201,117); }
div.DivClassName
{
background-color: #DCC975;
}
.BgClassName
{
background-color: #DCC975;
}
</style>
border-color css
<style>
span { border-color: #DCC975; }
span { border-color: rgb(220,201,117); }
td.TdClassName
{
border-color: #DCC975;
}
.TagClassName
{
border-color: #DCC975;
}
</style>