Shades of Chalky #DEC07A
Tints of Chalky #DEC07A
RGB
CMYK
RGB Variations
Color information
#DEC07A (or 0xDEC07A) is known color: Chalky. HEX triplet: DE, C0 and 7A. RGB value is (222,192,122). Sum of RGB (Red+Green+Blue) = 222+192+122=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC07A is #213F85. Grayscale: #C1C1C1. Windows color (decimal): -2178950 or 8044766. OLE color: 8044766.
HSL color Cylindrical-coordinate representation of color #DEC07A: hue angle of 42º 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 #DEC07A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 122 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.13 |
| HSL | 42º | 0.6% | 0.67% | - |
| HSV(B) | 42º | 0.45% | 0.87% | - |
| XYZ | 52.49 | 54.63 | 26.19 | - |
| YUV | 192.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 122 | 0 | 0.14 | 0.45 | 0.13 | 42 | 0.6 | 0.67 |
| Hex | DE | C0 | 7A | 0 | E | 2D | D | 2A | 3C | 43 |
| Octal | 336 | 300 | 172 | 0 | 16 | 55 | 15 | 52 | 74 | 103 |
| Binary | 11011110 | 11000000 | 1111010 | 0 | 1110 | 101101 | 1101 | 101010 | 111100 | 1000011 |
Color Harmonies of #DEC07A
Complementary color
Monochromatic Colors of #DEC07A
Black with #DEC07A
Text Example
Text Example
White with #DEC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC07A; }
p { color: rgb(222,192,122); }
H1.HeaderClassName
{
color: #DEC07A;
}
.AnyTagClassName
{
color: #DEC07A;
}
</style>
background-color css
<style>
a { background-color: #DEC07A; }
a { background-color: rgb(222,192,122); }
div.DivClassName
{
background-color: #DEC07A;
}
.BgClassName
{
background-color: #DEC07A;
}
</style>
border-color css
<style>
span { border-color: #DEC07A; }
span { border-color: rgb(222,192,122); }
td.TdClassName
{
border-color: #DEC07A;
}
.TagClassName
{
border-color: #DEC07A;
}
</style>