Shades of Chalky #DEC079
Tints of Chalky #DEC079
RGB
CMYK
RGB Variations
Color information
#DEC079 (or 0xDEC079) is known color: Chalky. HEX triplet: DE, C0 and 79. RGB value is (222,192,121). Sum of RGB (Red+Green+Blue) = 222+192+121=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC079 is #213F86. Grayscale: #C1C1C1. Windows color (decimal): -2178951 or 7979230. OLE color: 7979230.
HSL color Cylindrical-coordinate representation of color #DEC079: hue angle of 42.18º 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 #DEC079 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 121 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.13 |
| HSL | 42.18º | 0.6% | 0.67% | - |
| HSV(B) | 42.18º | 0.45% | 0.87% | - |
| XYZ | 52.43 | 54.61 | 25.87 | - |
| YUV | 192.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 121 | 0 | 0.14 | 0.45 | 0.13 | 42.18 | 0.6 | 0.67 |
| Hex | DE | C0 | 79 | 0 | E | 2D | D | 2A | 3C | 43 |
| Octal | 336 | 300 | 171 | 0 | 16 | 55 | 15 | 52 | 74 | 103 |
| Binary | 11011110 | 11000000 | 1111001 | 0 | 1110 | 101101 | 1101 | 101010 | 111100 | 1000011 |
Color Harmonies of #DEC079
Complementary color
Monochromatic Colors of #DEC079
Black with #DEC079
Text Example
Text Example
White with #DEC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC079; }
p { color: rgb(222,192,121); }
H1.HeaderClassName
{
color: #DEC079;
}
.AnyTagClassName
{
color: #DEC079;
}
</style>
background-color css
<style>
a { background-color: #DEC079; }
a { background-color: rgb(222,192,121); }
div.DivClassName
{
background-color: #DEC079;
}
.BgClassName
{
background-color: #DEC079;
}
</style>
border-color css
<style>
span { border-color: #DEC079; }
span { border-color: rgb(222,192,121); }
td.TdClassName
{
border-color: #DEC079;
}
.TagClassName
{
border-color: #DEC079;
}
</style>