Shades of Chenin #DCC777
Tints of Chenin #DCC777
RGB
CMYK
RGB Variations
Color information
#DCC777 (or 0xDCC777) is known color: Chenin. HEX triplet: DC, C7 and 77. RGB value is (220,199,119). Sum of RGB (Red+Green+Blue) = 220+199+119=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC777 is #233888. Grayscale: #C4C4C4. Windows color (decimal): -2308233 or 7849948. OLE color: 7849948.
HSL color Cylindrical-coordinate representation of color #DCC777: hue angle of 47.52º 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 #DCC777 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 119 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.14 |
| HSL | 47.52º | 0.59% | 0.66% | - |
| HSV(B) | 47.52º | 0.46% | 0.86% | - |
| XYZ | 53.27 | 57.39 | 25.72 | - |
| YUV | 196.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 119 | 0 | 0.10 | 0.46 | 0.14 | 47.52 | 0.59 | 0.66 |
| Hex | DC | C7 | 77 | 0 | A | 2E | E | 30 | 3B | 42 |
| Octal | 334 | 307 | 167 | 0 | 12 | 56 | 16 | 60 | 73 | 102 |
| Binary | 11011100 | 11000111 | 1110111 | 0 | 1010 | 101110 | 1110 | 110000 | 111011 | 1000010 |
Color Harmonies of #DCC777
Complementary color
Monochromatic Colors of #DCC777
Black with #DCC777
Text Example
Text Example
White with #DCC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC777; }
p { color: rgb(220,199,119); }
H1.HeaderClassName
{
color: #DCC777;
}
.AnyTagClassName
{
color: #DCC777;
}
</style>
background-color css
<style>
a { background-color: #DCC777; }
a { background-color: rgb(220,199,119); }
div.DivClassName
{
background-color: #DCC777;
}
.BgClassName
{
background-color: #DCC777;
}
</style>
border-color css
<style>
span { border-color: #DCC777; }
span { border-color: rgb(220,199,119); }
td.TdClassName
{
border-color: #DCC777;
}
.TagClassName
{
border-color: #DCC777;
}
</style>