Shades of Chalky #DEC180
Tints of Chalky #DEC180
RGB
CMYK
RGB Variations
Color information
#DEC180 (or 0xDEC180) is known color: Chalky. HEX triplet: DE, C1 and 80. RGB value is (222,193,128). Sum of RGB (Red+Green+Blue) = 222+193+128=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC180 is #213E7F. Grayscale: #C2C2C2. Windows color (decimal): -2178688 or 8438238. OLE color: 8438238.
HSL color Cylindrical-coordinate representation of color #DEC180: hue angle of 41.49º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEC180 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 128 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.13 |
| HSL | 41.49º | 0.59% | 0.69% | - |
| HSV(B) | 41.49º | 0.42% | 0.87% | - |
| XYZ | 53.09 | 55.23 | 28.28 | - |
| YUV | 194.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 128 | 0 | 0.13 | 0.42 | 0.13 | 41.49 | 0.59 | 0.69 |
| Hex | DE | C1 | 80 | 0 | D | 2A | D | 29 | 3B | 45 |
| Octal | 336 | 301 | 200 | 0 | 15 | 52 | 15 | 51 | 73 | 105 |
| Binary | 11011110 | 11000001 | 10000000 | 0 | 1101 | 101010 | 1101 | 101001 | 111011 | 1000101 |
Color Harmonies of #DEC180
Complementary color
Monochromatic Colors of #DEC180
Black with #DEC180
Text Example
Text Example
White with #DEC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC180; }
p { color: rgb(222,193,128); }
H1.HeaderClassName
{
color: #DEC180;
}
.AnyTagClassName
{
color: #DEC180;
}
</style>
background-color css
<style>
a { background-color: #DEC180; }
a { background-color: rgb(222,193,128); }
div.DivClassName
{
background-color: #DEC180;
}
.BgClassName
{
background-color: #DEC180;
}
</style>
border-color css
<style>
span { border-color: #DEC180; }
span { border-color: rgb(222,193,128); }
td.TdClassName
{
border-color: #DEC180;
}
.TagClassName
{
border-color: #DEC180;
}
</style>