Shades of Chalky #DEC57A
Tints of Chalky #DEC57A
RGB
CMYK
RGB Variations
Color information
#DEC57A (or 0xDEC57A) is known color: Chalky. HEX triplet: DE, C5 and 7A. RGB value is (222,197,122). Sum of RGB (Red+Green+Blue) = 222+197+122=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC57A is #213A85. Grayscale: #C4C4C4. Windows color (decimal): -2177670 or 8046046. OLE color: 8046046.
HSL color Cylindrical-coordinate representation of color #DEC57A: hue angle of 45º 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 #DEC57A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 122 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.13 |
| HSL | 45º | 0.6% | 0.67% | - |
| HSV(B) | 45º | 0.45% | 0.87% | - |
| XYZ | 53.6 | 56.87 | 26.56 | - |
| YUV | 195.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 122 | 0 | 0.11 | 0.45 | 0.13 | 45 | 0.6 | 0.67 |
| Hex | DE | C5 | 7A | 0 | B | 2D | D | 2D | 3C | 43 |
| Octal | 336 | 305 | 172 | 0 | 13 | 55 | 15 | 55 | 74 | 103 |
| Binary | 11011110 | 11000101 | 1111010 | 0 | 1011 | 101101 | 1101 | 101101 | 111100 | 1000011 |
Color Harmonies of #DEC57A
Complementary color
Monochromatic Colors of #DEC57A
Black with #DEC57A
Text Example
Text Example
White with #DEC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC57A; }
p { color: rgb(222,197,122); }
H1.HeaderClassName
{
color: #DEC57A;
}
.AnyTagClassName
{
color: #DEC57A;
}
</style>
background-color css
<style>
a { background-color: #DEC57A; }
a { background-color: rgb(222,197,122); }
div.DivClassName
{
background-color: #DEC57A;
}
.BgClassName
{
background-color: #DEC57A;
}
</style>
border-color css
<style>
span { border-color: #DEC57A; }
span { border-color: rgb(222,197,122); }
td.TdClassName
{
border-color: #DEC57A;
}
.TagClassName
{
border-color: #DEC57A;
}
</style>