Shades of Chalky #DEC67F
Tints of Chalky #DEC67F
RGB
CMYK
RGB Variations
Color information
#DEC67F (or 0xDEC67F) is known color: Chalky. HEX triplet: DE, C6 and 7F. RGB value is (222,198,127). Sum of RGB (Red+Green+Blue) = 222+198+127=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC67F is #213980. Grayscale: #C5C5C5. Windows color (decimal): -2177409 or 8373982. OLE color: 8373982.
HSL color Cylindrical-coordinate representation of color #DEC67F: hue angle of 44.84º 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 #DEC67F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 127 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 44.84º | 0.59% | 0.68% | - |
| HSV(B) | 44.84º | 0.43% | 0.87% | - |
| XYZ | 54.15 | 57.45 | 28.31 | - |
| YUV | 197.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 127 | 0 | 0.11 | 0.43 | 0.13 | 44.84 | 0.59 | 0.68 |
| Hex | DE | C6 | 7F | 0 | B | 2B | D | 2D | 3B | 44 |
| Octal | 336 | 306 | 177 | 0 | 13 | 53 | 15 | 55 | 73 | 104 |
| Binary | 11011110 | 11000110 | 1111111 | 0 | 1011 | 101011 | 1101 | 101101 | 111011 | 1000100 |
Color Harmonies of #DEC67F
Complementary color
Monochromatic Colors of #DEC67F
Black with #DEC67F
Text Example
Text Example
White with #DEC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC67F; }
p { color: rgb(222,198,127); }
H1.HeaderClassName
{
color: #DEC67F;
}
.AnyTagClassName
{
color: #DEC67F;
}
</style>
background-color css
<style>
a { background-color: #DEC67F; }
a { background-color: rgb(222,198,127); }
div.DivClassName
{
background-color: #DEC67F;
}
.BgClassName
{
background-color: #DEC67F;
}
</style>
border-color css
<style>
span { border-color: #DEC67F; }
span { border-color: rgb(222,198,127); }
td.TdClassName
{
border-color: #DEC67F;
}
.TagClassName
{
border-color: #DEC67F;
}
</style>