Shades of Chalky #DEC179
Tints of Chalky #DEC179
RGB
CMYK
RGB Variations
Color information
#DEC179 (or 0xDEC179) is known color: Chalky. HEX triplet: DE, C1 and 79. RGB value is (222,193,121). Sum of RGB (Red+Green+Blue) = 222+193+121=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC179 is #213E86. Grayscale: #C1C1C1. Windows color (decimal): -2178695 or 7979486. OLE color: 7979486.
HSL color Cylindrical-coordinate representation of color #DEC179: hue angle of 42.77º 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 #DEC179 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 121 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.13 |
| HSL | 42.77º | 0.6% | 0.67% | - |
| HSV(B) | 42.77º | 0.45% | 0.87% | - |
| XYZ | 52.65 | 55.05 | 25.94 | - |
| YUV | 193.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 121 | 0 | 0.13 | 0.45 | 0.13 | 42.77 | 0.6 | 0.67 |
| Hex | DE | C1 | 79 | 0 | D | 2D | D | 2B | 3C | 43 |
| Octal | 336 | 301 | 171 | 0 | 15 | 55 | 15 | 53 | 74 | 103 |
| Binary | 11011110 | 11000001 | 1111001 | 0 | 1101 | 101101 | 1101 | 101011 | 111100 | 1000011 |
Color Harmonies of #DEC179
Complementary color
Monochromatic Colors of #DEC179
Black with #DEC179
Text Example
Text Example
White with #DEC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC179; }
p { color: rgb(222,193,121); }
H1.HeaderClassName
{
color: #DEC179;
}
.AnyTagClassName
{
color: #DEC179;
}
</style>
background-color css
<style>
a { background-color: #DEC179; }
a { background-color: rgb(222,193,121); }
div.DivClassName
{
background-color: #DEC179;
}
.BgClassName
{
background-color: #DEC179;
}
</style>
border-color css
<style>
span { border-color: #DEC179; }
span { border-color: rgb(222,193,121); }
td.TdClassName
{
border-color: #DEC179;
}
.TagClassName
{
border-color: #DEC179;
}
</style>