Shades of Chenin #DCC378
Tints of Chenin #DCC378
RGB
CMYK
RGB Variations
Color information
#DCC378 (or 0xDCC378) is known color: Chenin. HEX triplet: DC, C3 and 78. RGB value is (220,195,120). Sum of RGB (Red+Green+Blue) = 220+195+120=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC378 is #233C87. Grayscale: #C2C2C2. Windows color (decimal): -2309256 or 7914460. OLE color: 7914460.
HSL color Cylindrical-coordinate representation of color #DCC378: hue angle of 45º 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 #DCC378 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 120 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.14 |
| HSL | 45º | 0.59% | 0.67% | - |
| HSV(B) | 45º | 0.45% | 0.86% | - |
| XYZ | 52.42 | 55.6 | 25.74 | - |
| YUV | 193.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 120 | 0 | 0.11 | 0.45 | 0.14 | 45 | 0.59 | 0.67 |
| Hex | DC | C3 | 78 | 0 | B | 2D | E | 2D | 3B | 43 |
| Octal | 334 | 303 | 170 | 0 | 13 | 55 | 16 | 55 | 73 | 103 |
| Binary | 11011100 | 11000011 | 1111000 | 0 | 1011 | 101101 | 1110 | 101101 | 111011 | 1000011 |
Color Harmonies of #DCC378
Complementary color
Monochromatic Colors of #DCC378
Black with #DCC378
Text Example
Text Example
White with #DCC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC378; }
p { color: rgb(220,195,120); }
H1.HeaderClassName
{
color: #DCC378;
}
.AnyTagClassName
{
color: #DCC378;
}
</style>
background-color css
<style>
a { background-color: #DCC378; }
a { background-color: rgb(220,195,120); }
div.DivClassName
{
background-color: #DCC378;
}
.BgClassName
{
background-color: #DCC378;
}
</style>
border-color css
<style>
span { border-color: #DCC378; }
span { border-color: rgb(220,195,120); }
td.TdClassName
{
border-color: #DCC378;
}
.TagClassName
{
border-color: #DCC378;
}
</style>