Shades of Chenin #DCC377
Tints of Chenin #DCC377
RGB
CMYK
RGB Variations
Color information
#DCC377 (or 0xDCC377) is known color: Chenin. HEX triplet: DC, C3 and 77. RGB value is (220,195,119). Sum of RGB (Red+Green+Blue) = 220+195+119=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC377 is #233C88. Grayscale: #C2C2C2. Windows color (decimal): -2309257 or 7848924. OLE color: 7848924.
HSL color Cylindrical-coordinate representation of color #DCC377: hue angle of 45.15º 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 #DCC377 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 119 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.14 |
| HSL | 45.15º | 0.59% | 0.66% | - |
| HSV(B) | 45.15º | 0.46% | 0.86% | - |
| XYZ | 52.36 | 55.58 | 25.42 | - |
| YUV | 193.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 119 | 0 | 0.11 | 0.46 | 0.14 | 45.15 | 0.59 | 0.66 |
| Hex | DC | C3 | 77 | 0 | B | 2E | E | 2D | 3B | 42 |
| Octal | 334 | 303 | 167 | 0 | 13 | 56 | 16 | 55 | 73 | 102 |
| Binary | 11011100 | 11000011 | 1110111 | 0 | 1011 | 101110 | 1110 | 101101 | 111011 | 1000010 |
Color Harmonies of #DCC377
Complementary color
Monochromatic Colors of #DCC377
Black with #DCC377
Text Example
Text Example
White with #DCC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC377; }
p { color: rgb(220,195,119); }
H1.HeaderClassName
{
color: #DCC377;
}
.AnyTagClassName
{
color: #DCC377;
}
</style>
background-color css
<style>
a { background-color: #DCC377; }
a { background-color: rgb(220,195,119); }
div.DivClassName
{
background-color: #DCC377;
}
.BgClassName
{
background-color: #DCC377;
}
</style>
border-color css
<style>
span { border-color: #DCC377; }
span { border-color: rgb(220,195,119); }
td.TdClassName
{
border-color: #DCC377;
}
.TagClassName
{
border-color: #DCC377;
}
</style>