Shades of Chalky #DEC17D
Tints of Chalky #DEC17D
RGB
CMYK
RGB Variations
Color information
#DEC17D (or 0xDEC17D) is known color: Chalky. HEX triplet: DE, C1 and 7D. RGB value is (222,193,125). Sum of RGB (Red+Green+Blue) = 222+193+125=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC17D is #213E82. Grayscale: #C2C2C2. Windows color (decimal): -2178691 or 8241630. OLE color: 8241630.
HSL color Cylindrical-coordinate representation of color #DEC17D: hue angle of 42.06º 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 #DEC17D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 125 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.13 |
| HSL | 42.06º | 0.6% | 0.68% | - |
| HSV(B) | 42.06º | 0.44% | 0.87% | - |
| XYZ | 52.9 | 55.15 | 27.26 | - |
| YUV | 193.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 125 | 0 | 0.13 | 0.44 | 0.13 | 42.06 | 0.6 | 0.68 |
| Hex | DE | C1 | 7D | 0 | D | 2C | D | 2A | 3C | 44 |
| Octal | 336 | 301 | 175 | 0 | 15 | 54 | 15 | 52 | 74 | 104 |
| Binary | 11011110 | 11000001 | 1111101 | 0 | 1101 | 101100 | 1101 | 101010 | 111100 | 1000100 |
Color Harmonies of #DEC17D
Complementary color
Monochromatic Colors of #DEC17D
Black with #DEC17D
Text Example
Text Example
White with #DEC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC17D; }
p { color: rgb(222,193,125); }
H1.HeaderClassName
{
color: #DEC17D;
}
.AnyTagClassName
{
color: #DEC17D;
}
</style>
background-color css
<style>
a { background-color: #DEC17D; }
a { background-color: rgb(222,193,125); }
div.DivClassName
{
background-color: #DEC17D;
}
.BgClassName
{
background-color: #DEC17D;
}
</style>
border-color css
<style>
span { border-color: #DEC17D; }
span { border-color: rgb(222,193,125); }
td.TdClassName
{
border-color: #DEC17D;
}
.TagClassName
{
border-color: #DEC17D;
}
</style>