Shades of Chenin #DEC377
Tints of Chenin #DEC377
RGB
CMYK
RGB Variations
Color information
#DEC377 (or 0xDEC377) is known color: Chenin. HEX triplet: DE, C3 and 77. RGB value is (222,195,119). Sum of RGB (Red+Green+Blue) = 222+195+119=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC377 is #213C88. Grayscale: #C2C2C2. Windows color (decimal): -2178185 or 7848926. OLE color: 7848926.
HSL color Cylindrical-coordinate representation of color #DEC377: hue angle of 44.27º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEC377 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 119 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.13 |
| HSL | 44.27º | 0.61% | 0.67% | - |
| HSV(B) | 44.27º | 0.46% | 0.87% | - |
| XYZ | 52.97 | 55.89 | 25.45 | - |
| YUV | 194.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 119 | 0 | 0.12 | 0.46 | 0.13 | 44.27 | 0.61 | 0.67 |
| Hex | DE | C3 | 77 | 0 | C | 2E | D | 2C | 3D | 43 |
| Octal | 336 | 303 | 167 | 0 | 14 | 56 | 15 | 54 | 75 | 103 |
| Binary | 11011110 | 11000011 | 1110111 | 0 | 1100 | 101110 | 1101 | 101100 | 111101 | 1000011 |
Color Harmonies of #DEC377
Complementary color
Monochromatic Colors of #DEC377
Black with #DEC377
Text Example
Text Example
White with #DEC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC377; }
p { color: rgb(222,195,119); }
H1.HeaderClassName
{
color: #DEC377;
}
.AnyTagClassName
{
color: #DEC377;
}
</style>
background-color css
<style>
a { background-color: #DEC377; }
a { background-color: rgb(222,195,119); }
div.DivClassName
{
background-color: #DEC377;
}
.BgClassName
{
background-color: #DEC377;
}
</style>
border-color css
<style>
span { border-color: #DEC377; }
span { border-color: rgb(222,195,119); }
td.TdClassName
{
border-color: #DEC377;
}
.TagClassName
{
border-color: #DEC377;
}
</style>