Shades of Chalky #DEC080
Tints of Chalky #DEC080
RGB
CMYK
RGB Variations
Color information
#DEC080 (or 0xDEC080) is known color: Chalky. HEX triplet: DE, C0 and 80. RGB value is (222,192,128). Sum of RGB (Red+Green+Blue) = 222+192+128=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC080 is #213F7F. Grayscale: #C1C1C1. Windows color (decimal): -2178944 or 8437982. OLE color: 8437982.
HSL color Cylindrical-coordinate representation of color #DEC080: hue angle of 40.85º 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 #DEC080 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 128 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.13 |
| HSL | 40.85º | 0.59% | 0.69% | - |
| HSV(B) | 40.85º | 0.42% | 0.87% | - |
| XYZ | 52.87 | 54.79 | 28.21 | - |
| YUV | 193.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 128 | 0 | 0.14 | 0.42 | 0.13 | 40.85 | 0.59 | 0.69 |
| Hex | DE | C0 | 80 | 0 | E | 2A | D | 29 | 3B | 45 |
| Octal | 336 | 300 | 200 | 0 | 16 | 52 | 15 | 51 | 73 | 105 |
| Binary | 11011110 | 11000000 | 10000000 | 0 | 1110 | 101010 | 1101 | 101001 | 111011 | 1000101 |
Color Harmonies of #DEC080
Complementary color
Monochromatic Colors of #DEC080
Black with #DEC080
Text Example
Text Example
White with #DEC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC080; }
p { color: rgb(222,192,128); }
H1.HeaderClassName
{
color: #DEC080;
}
.AnyTagClassName
{
color: #DEC080;
}
</style>
background-color css
<style>
a { background-color: #DEC080; }
a { background-color: rgb(222,192,128); }
div.DivClassName
{
background-color: #DEC080;
}
.BgClassName
{
background-color: #DEC080;
}
</style>
border-color css
<style>
span { border-color: #DEC080; }
span { border-color: rgb(222,192,128); }
td.TdClassName
{
border-color: #DEC080;
}
.TagClassName
{
border-color: #DEC080;
}
</style>