Shades of Chalky #DEC17F
Tints of Chalky #DEC17F
RGB
CMYK
RGB Variations
Color information
#DEC17F (or 0xDEC17F) is known color: Chalky. HEX triplet: DE, C1 and 7F. RGB value is (222,193,127). Sum of RGB (Red+Green+Blue) = 222+193+127=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC17F is #213E80. Grayscale: #C2C2C2. Windows color (decimal): -2178689 or 8372702. OLE color: 8372702.
HSL color Cylindrical-coordinate representation of color #DEC17F: hue angle of 41.68º 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 #DEC17F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 127 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.13 |
| HSL | 41.68º | 0.59% | 0.68% | - |
| HSV(B) | 41.68º | 0.43% | 0.87% | - |
| XYZ | 53.02 | 55.2 | 27.94 | - |
| YUV | 194.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 127 | 0 | 0.13 | 0.43 | 0.13 | 41.68 | 0.59 | 0.68 |
| Hex | DE | C1 | 7F | 0 | D | 2B | D | 2A | 3B | 44 |
| Octal | 336 | 301 | 177 | 0 | 15 | 53 | 15 | 52 | 73 | 104 |
| Binary | 11011110 | 11000001 | 1111111 | 0 | 1101 | 101011 | 1101 | 101010 | 111011 | 1000100 |
Color Harmonies of #DEC17F
Complementary color
Monochromatic Colors of #DEC17F
Black with #DEC17F
Text Example
Text Example
White with #DEC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC17F; }
p { color: rgb(222,193,127); }
H1.HeaderClassName
{
color: #DEC17F;
}
.AnyTagClassName
{
color: #DEC17F;
}
</style>
background-color css
<style>
a { background-color: #DEC17F; }
a { background-color: rgb(222,193,127); }
div.DivClassName
{
background-color: #DEC17F;
}
.BgClassName
{
background-color: #DEC17F;
}
</style>
border-color css
<style>
span { border-color: #DEC17F; }
span { border-color: rgb(222,193,127); }
td.TdClassName
{
border-color: #DEC17F;
}
.TagClassName
{
border-color: #DEC17F;
}
</style>