Shades of Chalky #DEBE7C
Tints of Chalky #DEBE7C
RGB
CMYK
RGB Variations
Color information
#DEBE7C (or 0xDEBE7C) is known color: Chalky. HEX triplet: DE, BE and 7C. RGB value is (222,190,124). Sum of RGB (Red+Green+Blue) = 222+190+124=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE7C is #214183. Grayscale: #C0C0C0. Windows color (decimal): -2179460 or 8175326. OLE color: 8175326.
HSL color Cylindrical-coordinate representation of color #DEBE7C: hue angle of 40.41º 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 #DEBE7C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 124 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 40.41º | 0.6% | 0.68% | - |
| HSV(B) | 40.41º | 0.44% | 0.87% | - |
| XYZ | 52.18 | 53.81 | 26.71 | - |
| YUV | 192.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 124 | 0 | 0.14 | 0.44 | 0.13 | 40.41 | 0.6 | 0.68 |
| Hex | DE | BE | 7C | 0 | E | 2C | D | 28 | 3C | 44 |
| Octal | 336 | 276 | 174 | 0 | 16 | 54 | 15 | 50 | 74 | 104 |
| Binary | 11011110 | 10111110 | 1111100 | 0 | 1110 | 101100 | 1101 | 101000 | 111100 | 1000100 |
Color Harmonies of #DEBE7C
Complementary color
Monochromatic Colors of #DEBE7C
Black with #DEBE7C
Text Example
Text Example
White with #DEBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE7C; }
p { color: rgb(222,190,124); }
H1.HeaderClassName
{
color: #DEBE7C;
}
.AnyTagClassName
{
color: #DEBE7C;
}
</style>
background-color css
<style>
a { background-color: #DEBE7C; }
a { background-color: rgb(222,190,124); }
div.DivClassName
{
background-color: #DEBE7C;
}
.BgClassName
{
background-color: #DEBE7C;
}
</style>
border-color css
<style>
span { border-color: #DEBE7C; }
span { border-color: rgb(222,190,124); }
td.TdClassName
{
border-color: #DEBE7C;
}
.TagClassName
{
border-color: #DEBE7C;
}
</style>