Shades of Chenin #DEC379
Tints of Chenin #DEC379
RGB
CMYK
RGB Variations
Color information
#DEC379 (or 0xDEC379) is known color: Chenin. HEX triplet: DE, C3 and 79. RGB value is (222,195,121). Sum of RGB (Red+Green+Blue) = 222+195+121=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC379 is #213C86. Grayscale: #C2C2C2. Windows color (decimal): -2178183 or 7979998. OLE color: 7979998.
HSL color Cylindrical-coordinate representation of color #DEC379: hue angle of 43.96º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEC379 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 121 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.13 |
| HSL | 43.96º | 0.6% | 0.67% | - |
| HSV(B) | 43.96º | 0.45% | 0.87% | - |
| XYZ | 53.09 | 55.94 | 26.09 | - |
| YUV | 194.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 121 | 0 | 0.12 | 0.45 | 0.13 | 43.96 | 0.6 | 0.67 |
| Hex | DE | C3 | 79 | 0 | C | 2D | D | 2C | 3C | 43 |
| Octal | 336 | 303 | 171 | 0 | 14 | 55 | 15 | 54 | 74 | 103 |
| Binary | 11011110 | 11000011 | 1111001 | 0 | 1100 | 101101 | 1101 | 101100 | 111100 | 1000011 |
Color Harmonies of #DEC379
Complementary color
Monochromatic Colors of #DEC379
Black with #DEC379
Text Example
Text Example
White with #DEC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC379; }
p { color: rgb(222,195,121); }
H1.HeaderClassName
{
color: #DEC379;
}
.AnyTagClassName
{
color: #DEC379;
}
</style>
background-color css
<style>
a { background-color: #DEC379; }
a { background-color: rgb(222,195,121); }
div.DivClassName
{
background-color: #DEC379;
}
.BgClassName
{
background-color: #DEC379;
}
</style>
border-color css
<style>
span { border-color: #DEC379; }
span { border-color: rgb(222,195,121); }
td.TdClassName
{
border-color: #DEC379;
}
.TagClassName
{
border-color: #DEC379;
}
</style>