Shades of Chalky #DEC47D
Tints of Chalky #DEC47D
RGB
CMYK
RGB Variations
Color information
#DEC47D (or 0xDEC47D) is known color: Chalky. HEX triplet: DE, C4 and 7D. RGB value is (222,196,125). Sum of RGB (Red+Green+Blue) = 222+196+125=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC47D is #213B82. Grayscale: #C3C3C3. Windows color (decimal): -2177923 or 8242398. OLE color: 8242398.
HSL color Cylindrical-coordinate representation of color #DEC47D: hue angle of 43.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEC47D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 125 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.13 |
| HSL | 43.92º | 0.6% | 0.68% | - |
| HSV(B) | 43.92º | 0.44% | 0.87% | - |
| XYZ | 53.57 | 56.49 | 27.48 | - |
| YUV | 195.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 125 | 0 | 0.12 | 0.44 | 0.13 | 43.92 | 0.6 | 0.68 |
| Hex | DE | C4 | 7D | 0 | C | 2C | D | 2C | 3C | 44 |
| Octal | 336 | 304 | 175 | 0 | 14 | 54 | 15 | 54 | 74 | 104 |
| Binary | 11011110 | 11000100 | 1111101 | 0 | 1100 | 101100 | 1101 | 101100 | 111100 | 1000100 |
Color Harmonies of #DEC47D
Complementary color
Monochromatic Colors of #DEC47D
Black with #DEC47D
Text Example
Text Example
White with #DEC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC47D; }
p { color: rgb(222,196,125); }
H1.HeaderClassName
{
color: #DEC47D;
}
.AnyTagClassName
{
color: #DEC47D;
}
</style>
background-color css
<style>
a { background-color: #DEC47D; }
a { background-color: rgb(222,196,125); }
div.DivClassName
{
background-color: #DEC47D;
}
.BgClassName
{
background-color: #DEC47D;
}
</style>
border-color css
<style>
span { border-color: #DEC47D; }
span { border-color: rgb(222,196,125); }
td.TdClassName
{
border-color: #DEC47D;
}
.TagClassName
{
border-color: #DEC47D;
}
</style>