Shades of Chalky #DEC082
Tints of Chalky #DEC082
RGB
CMYK
RGB Variations
Color information
#DEC082 (or 0xDEC082) is known color: Chalky. HEX triplet: DE, C0 and 82. RGB value is (222,192,130). Sum of RGB (Red+Green+Blue) = 222+192+130=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC082 is #213F7D. Grayscale: #C2C2C2. Windows color (decimal): -2178942 or 8569054. OLE color: 8569054.
HSL color Cylindrical-coordinate representation of color #DEC082: hue angle of 40.43º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEC082 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 130 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.13 |
| HSL | 40.43º | 0.58% | 0.69% | - |
| HSV(B) | 40.43º | 0.41% | 0.87% | - |
| XYZ | 53 | 54.84 | 28.91 | - |
| YUV | 193.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 130 | 0 | 0.14 | 0.41 | 0.13 | 40.43 | 0.58 | 0.69 |
| Hex | DE | C0 | 82 | 0 | E | 29 | D | 28 | 3A | 45 |
| Octal | 336 | 300 | 202 | 0 | 16 | 51 | 15 | 50 | 72 | 105 |
| Binary | 11011110 | 11000000 | 10000010 | 0 | 1110 | 101001 | 1101 | 101000 | 111010 | 1000101 |
Color Harmonies of #DEC082
Complementary color
Monochromatic Colors of #DEC082
Black with #DEC082
Text Example
Text Example
White with #DEC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC082; }
p { color: rgb(222,192,130); }
H1.HeaderClassName
{
color: #DEC082;
}
.AnyTagClassName
{
color: #DEC082;
}
</style>
background-color css
<style>
a { background-color: #DEC082; }
a { background-color: rgb(222,192,130); }
div.DivClassName
{
background-color: #DEC082;
}
.BgClassName
{
background-color: #DEC082;
}
</style>
border-color css
<style>
span { border-color: #DEC082; }
span { border-color: rgb(222,192,130); }
td.TdClassName
{
border-color: #DEC082;
}
.TagClassName
{
border-color: #DEC082;
}
</style>