Shades of Chenin #DCC175
Tints of Chenin #DCC175
RGB
CMYK
RGB Variations
Color information
#DCC175 (or 0xDCC175) is known color: Chenin. HEX triplet: DC, C1 and 75. RGB value is (220,193,117). Sum of RGB (Red+Green+Blue) = 220+193+117=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC175 is #233E8A. Grayscale: #C0C0C0. Windows color (decimal): -2309771 or 7717340. OLE color: 7717340.
HSL color Cylindrical-coordinate representation of color #DCC175: hue angle of 44.27º 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 #DCC175 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 117 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.14 |
| HSL | 44.27º | 0.6% | 0.66% | - |
| HSV(B) | 44.27º | 0.47% | 0.86% | - |
| XYZ | 51.8 | 54.64 | 24.65 | - |
| YUV | 192.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 117 | 0 | 0.12 | 0.47 | 0.14 | 44.27 | 0.6 | 0.66 |
| Hex | DC | C1 | 75 | 0 | C | 2F | E | 2C | 3C | 42 |
| Octal | 334 | 301 | 165 | 0 | 14 | 57 | 16 | 54 | 74 | 102 |
| Binary | 11011100 | 11000001 | 1110101 | 0 | 1100 | 101111 | 1110 | 101100 | 111100 | 1000010 |
Color Harmonies of #DCC175
Complementary color
Monochromatic Colors of #DCC175
Black with #DCC175
Text Example
Text Example
White with #DCC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC175; }
p { color: rgb(220,193,117); }
H1.HeaderClassName
{
color: #DCC175;
}
.AnyTagClassName
{
color: #DCC175;
}
</style>
background-color css
<style>
a { background-color: #DCC175; }
a { background-color: rgb(220,193,117); }
div.DivClassName
{
background-color: #DCC175;
}
.BgClassName
{
background-color: #DCC175;
}
</style>
border-color css
<style>
span { border-color: #DCC175; }
span { border-color: rgb(220,193,117); }
td.TdClassName
{
border-color: #DCC175;
}
.TagClassName
{
border-color: #DCC175;
}
</style>