Shades of Chenin #DCC277
Tints of Chenin #DCC277
RGB
CMYK
RGB Variations
Color information
#DCC277 (or 0xDCC277) is known color: Chenin. HEX triplet: DC, C2 and 77. RGB value is (220,194,119). Sum of RGB (Red+Green+Blue) = 220+194+119=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC277 is #233D88. Grayscale: #C1C1C1. Windows color (decimal): -2309513 or 7848668. OLE color: 7848668.
HSL color Cylindrical-coordinate representation of color #DCC277: hue angle of 44.55º 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 #DCC277 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 119 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.14 |
| HSL | 44.55º | 0.59% | 0.66% | - |
| HSV(B) | 44.55º | 0.46% | 0.86% | - |
| XYZ | 52.14 | 55.13 | 25.35 | - |
| YUV | 193.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 119 | 0 | 0.12 | 0.46 | 0.14 | 44.55 | 0.59 | 0.66 |
| Hex | DC | C2 | 77 | 0 | C | 2E | E | 2D | 3B | 42 |
| Octal | 334 | 302 | 167 | 0 | 14 | 56 | 16 | 55 | 73 | 102 |
| Binary | 11011100 | 11000010 | 1110111 | 0 | 1100 | 101110 | 1110 | 101101 | 111011 | 1000010 |
Color Harmonies of #DCC277
Complementary color
Monochromatic Colors of #DCC277
Black with #DCC277
Text Example
Text Example
White with #DCC277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC277; }
p { color: rgb(220,194,119); }
H1.HeaderClassName
{
color: #DCC277;
}
.AnyTagClassName
{
color: #DCC277;
}
</style>
background-color css
<style>
a { background-color: #DCC277; }
a { background-color: rgb(220,194,119); }
div.DivClassName
{
background-color: #DCC277;
}
.BgClassName
{
background-color: #DCC277;
}
</style>
border-color css
<style>
span { border-color: #DCC277; }
span { border-color: rgb(220,194,119); }
td.TdClassName
{
border-color: #DCC277;
}
.TagClassName
{
border-color: #DCC277;
}
</style>