Shades of Chalky #DEC17C
Tints of Chalky #DEC17C
RGB
CMYK
RGB Variations
Color information
#DEC17C (or 0xDEC17C) is known color: Chalky. HEX triplet: DE, C1 and 7C. RGB value is (222,193,124). Sum of RGB (Red+Green+Blue) = 222+193+124=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC17C is #213E83. Grayscale: #C2C2C2. Windows color (decimal): -2178692 or 8176094. OLE color: 8176094.
HSL color Cylindrical-coordinate representation of color #DEC17C: hue angle of 42.24º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEC17C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 124 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.13 |
| HSL | 42.24º | 0.6% | 0.68% | - |
| HSV(B) | 42.24º | 0.44% | 0.87% | - |
| XYZ | 52.83 | 55.12 | 26.92 | - |
| YUV | 193.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 124 | 0 | 0.13 | 0.44 | 0.13 | 42.24 | 0.6 | 0.68 |
| Hex | DE | C1 | 7C | 0 | D | 2C | D | 2A | 3C | 44 |
| Octal | 336 | 301 | 174 | 0 | 15 | 54 | 15 | 52 | 74 | 104 |
| Binary | 11011110 | 11000001 | 1111100 | 0 | 1101 | 101100 | 1101 | 101010 | 111100 | 1000100 |
Color Harmonies of #DEC17C
Complementary color
Monochromatic Colors of #DEC17C
Black with #DEC17C
Text Example
Text Example
White with #DEC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC17C; }
p { color: rgb(222,193,124); }
H1.HeaderClassName
{
color: #DEC17C;
}
.AnyTagClassName
{
color: #DEC17C;
}
</style>
background-color css
<style>
a { background-color: #DEC17C; }
a { background-color: rgb(222,193,124); }
div.DivClassName
{
background-color: #DEC17C;
}
.BgClassName
{
background-color: #DEC17C;
}
</style>
border-color css
<style>
span { border-color: #DEC17C; }
span { border-color: rgb(222,193,124); }
td.TdClassName
{
border-color: #DEC17C;
}
.TagClassName
{
border-color: #DEC17C;
}
</style>