Shades of Chenin #DCC178
Tints of Chenin #DCC178
RGB
CMYK
RGB Variations
Color information
#DCC178 (or 0xDCC178) is known color: Chenin. HEX triplet: DC, C1 and 78. RGB value is (220,193,120). Sum of RGB (Red+Green+Blue) = 220+193+120=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC178 is #233E87. Grayscale: #C1C1C1. Windows color (decimal): -2309768 or 7913948. OLE color: 7913948.
HSL color Cylindrical-coordinate representation of color #DCC178: hue angle of 43.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC178 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 120 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.14 |
| HSL | 43.8º | 0.59% | 0.67% | - |
| HSV(B) | 43.8º | 0.45% | 0.86% | - |
| XYZ | 51.98 | 54.71 | 25.59 | - |
| YUV | 192.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 120 | 0 | 0.12 | 0.45 | 0.14 | 43.8 | 0.59 | 0.67 |
| Hex | DC | C1 | 78 | 0 | C | 2D | E | 2C | 3B | 43 |
| Octal | 334 | 301 | 170 | 0 | 14 | 55 | 16 | 54 | 73 | 103 |
| Binary | 11011100 | 11000001 | 1111000 | 0 | 1100 | 101101 | 1110 | 101100 | 111011 | 1000011 |
Color Harmonies of #DCC178
Complementary color
Monochromatic Colors of #DCC178
Black with #DCC178
Text Example
Text Example
White with #DCC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC178; }
p { color: rgb(220,193,120); }
H1.HeaderClassName
{
color: #DCC178;
}
.AnyTagClassName
{
color: #DCC178;
}
</style>
background-color css
<style>
a { background-color: #DCC178; }
a { background-color: rgb(220,193,120); }
div.DivClassName
{
background-color: #DCC178;
}
.BgClassName
{
background-color: #DCC178;
}
</style>
border-color css
<style>
span { border-color: #DCC178; }
span { border-color: rgb(220,193,120); }
td.TdClassName
{
border-color: #DCC178;
}
.TagClassName
{
border-color: #DCC178;
}
</style>