Shades of Chenin #DCC077
Tints of Chenin #DCC077
RGB
CMYK
RGB Variations
Color information
#DCC077 (or 0xDCC077) is known color: Chenin. HEX triplet: DC, C0 and 77. RGB value is (220,192,119). Sum of RGB (Red+Green+Blue) = 220+192+119=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC077 is #233F88. Grayscale: #C0C0C0. Windows color (decimal): -2310025 or 7848156. OLE color: 7848156.
HSL color Cylindrical-coordinate representation of color #DCC077: hue angle of 43.37º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCC077 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 119 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.14 |
| HSL | 43.37º | 0.59% | 0.66% | - |
| HSV(B) | 43.37º | 0.46% | 0.86% | - |
| XYZ | 51.69 | 54.25 | 25.2 | - |
| YUV | 192.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 119 | 0 | 0.13 | 0.46 | 0.14 | 43.37 | 0.59 | 0.66 |
| Hex | DC | C0 | 77 | 0 | D | 2E | E | 2B | 3B | 42 |
| Octal | 334 | 300 | 167 | 0 | 15 | 56 | 16 | 53 | 73 | 102 |
| Binary | 11011100 | 11000000 | 1110111 | 0 | 1101 | 101110 | 1110 | 101011 | 111011 | 1000010 |
Color Harmonies of #DCC077
Complementary color
Monochromatic Colors of #DCC077
Black with #DCC077
Text Example
Text Example
White with #DCC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC077; }
p { color: rgb(220,192,119); }
H1.HeaderClassName
{
color: #DCC077;
}
.AnyTagClassName
{
color: #DCC077;
}
</style>
background-color css
<style>
a { background-color: #DCC077; }
a { background-color: rgb(220,192,119); }
div.DivClassName
{
background-color: #DCC077;
}
.BgClassName
{
background-color: #DCC077;
}
</style>
border-color css
<style>
span { border-color: #DCC077; }
span { border-color: rgb(220,192,119); }
td.TdClassName
{
border-color: #DCC077;
}
.TagClassName
{
border-color: #DCC077;
}
</style>