Shades of Chalky #DEC07E
Tints of Chalky #DEC07E
RGB
CMYK
RGB Variations
Color information
#DEC07E (or 0xDEC07E) is known color: Chalky. HEX triplet: DE, C0 and 7E. RGB value is (222,192,126). Sum of RGB (Red+Green+Blue) = 222+192+126=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC07E is #213F81. Grayscale: #C1C1C1. Windows color (decimal): -2178946 or 8306910. OLE color: 8306910.
HSL color Cylindrical-coordinate representation of color #DEC07E: hue angle of 41.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEC07E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 126 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 41.25º | 0.59% | 0.68% | - |
| HSV(B) | 41.25º | 0.43% | 0.87% | - |
| XYZ | 52.74 | 54.74 | 27.52 | - |
| YUV | 193.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 126 | 0 | 0.14 | 0.43 | 0.13 | 41.25 | 0.59 | 0.68 |
| Hex | DE | C0 | 7E | 0 | E | 2B | D | 29 | 3B | 44 |
| Octal | 336 | 300 | 176 | 0 | 16 | 53 | 15 | 51 | 73 | 104 |
| Binary | 11011110 | 11000000 | 1111110 | 0 | 1110 | 101011 | 1101 | 101001 | 111011 | 1000100 |
Color Harmonies of #DEC07E
Complementary color
Monochromatic Colors of #DEC07E
Black with #DEC07E
Text Example
Text Example
White with #DEC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC07E; }
p { color: rgb(222,192,126); }
H1.HeaderClassName
{
color: #DEC07E;
}
.AnyTagClassName
{
color: #DEC07E;
}
</style>
background-color css
<style>
a { background-color: #DEC07E; }
a { background-color: rgb(222,192,126); }
div.DivClassName
{
background-color: #DEC07E;
}
.BgClassName
{
background-color: #DEC07E;
}
</style>
border-color css
<style>
span { border-color: #DEC07E; }
span { border-color: rgb(222,192,126); }
td.TdClassName
{
border-color: #DEC07E;
}
.TagClassName
{
border-color: #DEC07E;
}
</style>