Shades of Chalky #DEC57E
Tints of Chalky #DEC57E
RGB
CMYK
RGB Variations
Color information
#DEC57E (or 0xDEC57E) is known color: Chalky. HEX triplet: DE, C5 and 7E. RGB value is (222,197,126). Sum of RGB (Red+Green+Blue) = 222+197+126=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC57E is #213A81. Grayscale: #C4C4C4. Windows color (decimal): -2177666 or 8308190. OLE color: 8308190.
HSL color Cylindrical-coordinate representation of color #DEC57E: hue angle of 44.38º 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 #DEC57E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 126 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 44.38º | 0.59% | 0.68% | - |
| HSV(B) | 44.38º | 0.43% | 0.87% | - |
| XYZ | 53.86 | 56.97 | 27.9 | - |
| YUV | 196.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 126 | 0 | 0.11 | 0.43 | 0.13 | 44.38 | 0.59 | 0.68 |
| Hex | DE | C5 | 7E | 0 | B | 2B | D | 2C | 3B | 44 |
| Octal | 336 | 305 | 176 | 0 | 13 | 53 | 15 | 54 | 73 | 104 |
| Binary | 11011110 | 11000101 | 1111110 | 0 | 1011 | 101011 | 1101 | 101100 | 111011 | 1000100 |
Color Harmonies of #DEC57E
Complementary color
Monochromatic Colors of #DEC57E
Black with #DEC57E
Text Example
Text Example
White with #DEC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC57E; }
p { color: rgb(222,197,126); }
H1.HeaderClassName
{
color: #DEC57E;
}
.AnyTagClassName
{
color: #DEC57E;
}
</style>
background-color css
<style>
a { background-color: #DEC57E; }
a { background-color: rgb(222,197,126); }
div.DivClassName
{
background-color: #DEC57E;
}
.BgClassName
{
background-color: #DEC57E;
}
</style>
border-color css
<style>
span { border-color: #DEC57E; }
span { border-color: rgb(222,197,126); }
td.TdClassName
{
border-color: #DEC57E;
}
.TagClassName
{
border-color: #DEC57E;
}
</style>