Shades of Chalky #DEC57B
Tints of Chalky #DEC57B
RGB
CMYK
RGB Variations
Color information
#DEC57B (or 0xDEC57B) is known color: Chalky. HEX triplet: DE, C5 and 7B. RGB value is (222,197,123). Sum of RGB (Red+Green+Blue) = 222+197+123=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC57B is #213A84. Grayscale: #C4C4C4. Windows color (decimal): -2177669 or 8111582. OLE color: 8111582.
HSL color Cylindrical-coordinate representation of color #DEC57B: hue angle of 44.85º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEC57B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 123 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.13 |
| HSL | 44.85º | 0.6% | 0.68% | - |
| HSV(B) | 44.85º | 0.45% | 0.87% | - |
| XYZ | 53.67 | 56.89 | 26.89 | - |
| YUV | 196.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 123 | 0 | 0.11 | 0.45 | 0.13 | 44.85 | 0.6 | 0.68 |
| Hex | DE | C5 | 7B | 0 | B | 2D | D | 2D | 3C | 44 |
| Octal | 336 | 305 | 173 | 0 | 13 | 55 | 15 | 55 | 74 | 104 |
| Binary | 11011110 | 11000101 | 1111011 | 0 | 1011 | 101101 | 1101 | 101101 | 111100 | 1000100 |
Color Harmonies of #DEC57B
Complementary color
Monochromatic Colors of #DEC57B
Black with #DEC57B
Text Example
Text Example
White with #DEC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC57B; }
p { color: rgb(222,197,123); }
H1.HeaderClassName
{
color: #DEC57B;
}
.AnyTagClassName
{
color: #DEC57B;
}
</style>
background-color css
<style>
a { background-color: #DEC57B; }
a { background-color: rgb(222,197,123); }
div.DivClassName
{
background-color: #DEC57B;
}
.BgClassName
{
background-color: #DEC57B;
}
</style>
border-color css
<style>
span { border-color: #DEC57B; }
span { border-color: rgb(222,197,123); }
td.TdClassName
{
border-color: #DEC57B;
}
.TagClassName
{
border-color: #DEC57B;
}
</style>