Shades of Chenin #DCC577
Tints of Chenin #DCC577
RGB
CMYK
RGB Variations
Color information
#DCC577 (or 0xDCC577) is known color: Chenin. HEX triplet: DC, C5 and 77. RGB value is (220,197,119). Sum of RGB (Red+Green+Blue) = 220+197+119=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC577 is #233A88. Grayscale: #C3C3C3. Windows color (decimal): -2308745 or 7849436. OLE color: 7849436.
HSL color Cylindrical-coordinate representation of color #DCC577: hue angle of 46.34º 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 #DCC577 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 119 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.14 |
| HSL | 46.34º | 0.59% | 0.66% | - |
| HSV(B) | 46.34º | 0.46% | 0.86% | - |
| XYZ | 52.81 | 56.48 | 25.57 | - |
| YUV | 194.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 119 | 0 | 0.10 | 0.46 | 0.14 | 46.34 | 0.59 | 0.66 |
| Hex | DC | C5 | 77 | 0 | A | 2E | E | 2E | 3B | 42 |
| Octal | 334 | 305 | 167 | 0 | 12 | 56 | 16 | 56 | 73 | 102 |
| Binary | 11011100 | 11000101 | 1110111 | 0 | 1010 | 101110 | 1110 | 101110 | 111011 | 1000010 |
Color Harmonies of #DCC577
Complementary color
Monochromatic Colors of #DCC577
Black with #DCC577
Text Example
Text Example
White with #DCC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC577; }
p { color: rgb(220,197,119); }
H1.HeaderClassName
{
color: #DCC577;
}
.AnyTagClassName
{
color: #DCC577;
}
</style>
background-color css
<style>
a { background-color: #DCC577; }
a { background-color: rgb(220,197,119); }
div.DivClassName
{
background-color: #DCC577;
}
.BgClassName
{
background-color: #DCC577;
}
</style>
border-color css
<style>
span { border-color: #DCC577; }
span { border-color: rgb(220,197,119); }
td.TdClassName
{
border-color: #DCC577;
}
.TagClassName
{
border-color: #DCC577;
}
</style>