Shades of Chalky #DEC17B
Tints of Chalky #DEC17B
RGB
CMYK
RGB Variations
Color information
#DEC17B (or 0xDEC17B) is known color: Chalky. HEX triplet: DE, C1 and 7B. RGB value is (222,193,123). Sum of RGB (Red+Green+Blue) = 222+193+123=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC17B is #213E84. Grayscale: #C1C1C1. Windows color (decimal): -2178693 or 8110558. OLE color: 8110558.
HSL color Cylindrical-coordinate representation of color #DEC17B: hue angle of 42.42º 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 #DEC17B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 123 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.13 |
| HSL | 42.42º | 0.6% | 0.68% | - |
| HSV(B) | 42.42º | 0.45% | 0.87% | - |
| XYZ | 52.77 | 55.1 | 26.59 | - |
| YUV | 193.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 123 | 0 | 0.13 | 0.45 | 0.13 | 42.42 | 0.6 | 0.68 |
| Hex | DE | C1 | 7B | 0 | D | 2D | D | 2A | 3C | 44 |
| Octal | 336 | 301 | 173 | 0 | 15 | 55 | 15 | 52 | 74 | 104 |
| Binary | 11011110 | 11000001 | 1111011 | 0 | 1101 | 101101 | 1101 | 101010 | 111100 | 1000100 |
Color Harmonies of #DEC17B
Complementary color
Monochromatic Colors of #DEC17B
Black with #DEC17B
Text Example
Text Example
White with #DEC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC17B; }
p { color: rgb(222,193,123); }
H1.HeaderClassName
{
color: #DEC17B;
}
.AnyTagClassName
{
color: #DEC17B;
}
</style>
background-color css
<style>
a { background-color: #DEC17B; }
a { background-color: rgb(222,193,123); }
div.DivClassName
{
background-color: #DEC17B;
}
.BgClassName
{
background-color: #DEC17B;
}
</style>
border-color css
<style>
span { border-color: #DEC17B; }
span { border-color: rgb(222,193,123); }
td.TdClassName
{
border-color: #DEC17B;
}
.TagClassName
{
border-color: #DEC17B;
}
</style>