Shades of Chenin #DCC475
Tints of Chenin #DCC475
RGB
CMYK
RGB Variations
Color information
#DCC475 (or 0xDCC475) is known color: Chenin. HEX triplet: DC, C4 and 75. RGB value is (220,196,117). Sum of RGB (Red+Green+Blue) = 220+196+117=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC475 is #233B8A. Grayscale: #C2C2C2. Windows color (decimal): -2309003 or 7718108. OLE color: 7718108.
HSL color Cylindrical-coordinate representation of color #DCC475: hue angle of 46.02º 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 #DCC475 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 117 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.14 |
| HSL | 46.02º | 0.6% | 0.66% | - |
| HSV(B) | 46.02º | 0.47% | 0.86% | - |
| XYZ | 52.47 | 55.98 | 24.87 | - |
| YUV | 194.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 117 | 0 | 0.11 | 0.47 | 0.14 | 46.02 | 0.6 | 0.66 |
| Hex | DC | C4 | 75 | 0 | B | 2F | E | 2E | 3C | 42 |
| Octal | 334 | 304 | 165 | 0 | 13 | 57 | 16 | 56 | 74 | 102 |
| Binary | 11011100 | 11000100 | 1110101 | 0 | 1011 | 101111 | 1110 | 101110 | 111100 | 1000010 |
Color Harmonies of #DCC475
Complementary color
Monochromatic Colors of #DCC475
Black with #DCC475
Text Example
Text Example
White with #DCC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC475; }
p { color: rgb(220,196,117); }
H1.HeaderClassName
{
color: #DCC475;
}
.AnyTagClassName
{
color: #DCC475;
}
</style>
background-color css
<style>
a { background-color: #DCC475; }
a { background-color: rgb(220,196,117); }
div.DivClassName
{
background-color: #DCC475;
}
.BgClassName
{
background-color: #DCC475;
}
</style>
border-color css
<style>
span { border-color: #DCC475; }
span { border-color: rgb(220,196,117); }
td.TdClassName
{
border-color: #DCC475;
}
.TagClassName
{
border-color: #DCC475;
}
</style>