Shades of Chenin #DCC677
Tints of Chenin #DCC677
RGB
CMYK
RGB Variations
Color information
#DCC677 (or 0xDCC677) is known color: Chenin. HEX triplet: DC, C6 and 77. RGB value is (220,198,119). Sum of RGB (Red+Green+Blue) = 220+198+119=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC677 is #233988. Grayscale: #C3C3C3. Windows color (decimal): -2308489 or 7849692. OLE color: 7849692.
HSL color Cylindrical-coordinate representation of color #DCC677: hue angle of 46.93º 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 #DCC677 is Cyan = 0, Magento = 0.1, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 119 | - |
| CMYK | 0 | 0.1 | 0.46 | 0.14 |
| HSL | 46.93º | 0.59% | 0.66% | - |
| HSV(B) | 46.93º | 0.46% | 0.86% | - |
| XYZ | 53.04 | 56.94 | 25.65 | - |
| YUV | 195.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 119 | 0 | 0.1 | 0.46 | 0.14 | 46.93 | 0.59 | 0.66 |
| Hex | DC | C6 | 77 | 0 | A | 2E | E | 2F | 3B | 42 |
| Octal | 334 | 306 | 167 | 0 | 12 | 56 | 16 | 57 | 73 | 102 |
| Binary | 11011100 | 11000110 | 1110111 | 0 | 1010 | 101110 | 1110 | 101111 | 111011 | 1000010 |
Color Harmonies of #DCC677
Complementary color
Monochromatic Colors of #DCC677
Black with #DCC677
Text Example
Text Example
White with #DCC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC677; }
p { color: rgb(220,198,119); }
H1.HeaderClassName
{
color: #DCC677;
}
.AnyTagClassName
{
color: #DCC677;
}
</style>
background-color css
<style>
a { background-color: #DCC677; }
a { background-color: rgb(220,198,119); }
div.DivClassName
{
background-color: #DCC677;
}
.BgClassName
{
background-color: #DCC677;
}
</style>
border-color css
<style>
span { border-color: #DCC677; }
span { border-color: rgb(220,198,119); }
td.TdClassName
{
border-color: #DCC677;
}
.TagClassName
{
border-color: #DCC677;
}
</style>