Shades of Chalky #DEBE7E
Tints of Chalky #DEBE7E
RGB
CMYK
RGB Variations
Color information
#DEBE7E (or 0xDEBE7E) is known color: Chalky. HEX triplet: DE, BE and 7E. RGB value is (222,190,126). Sum of RGB (Red+Green+Blue) = 222+190+126=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE7E is #214181. Grayscale: #C0C0C0. Windows color (decimal): -2179458 or 8306398. OLE color: 8306398.
HSL color Cylindrical-coordinate representation of color #DEBE7E: hue angle of 40º 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 #DEBE7E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 126 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 40º | 0.59% | 0.68% | - |
| HSV(B) | 40º | 0.43% | 0.87% | - |
| XYZ | 52.3 | 53.86 | 27.38 | - |
| YUV | 192.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 126 | 0 | 0.14 | 0.43 | 0.13 | 40 | 0.59 | 0.68 |
| Hex | DE | BE | 7E | 0 | E | 2B | D | 28 | 3B | 44 |
| Octal | 336 | 276 | 176 | 0 | 16 | 53 | 15 | 50 | 73 | 104 |
| Binary | 11011110 | 10111110 | 1111110 | 0 | 1110 | 101011 | 1101 | 101000 | 111011 | 1000100 |
Color Harmonies of #DEBE7E
Complementary color
Monochromatic Colors of #DEBE7E
Black with #DEBE7E
Text Example
Text Example
White with #DEBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE7E; }
p { color: rgb(222,190,126); }
H1.HeaderClassName
{
color: #DEBE7E;
}
.AnyTagClassName
{
color: #DEBE7E;
}
</style>
background-color css
<style>
a { background-color: #DEBE7E; }
a { background-color: rgb(222,190,126); }
div.DivClassName
{
background-color: #DEBE7E;
}
.BgClassName
{
background-color: #DEBE7E;
}
</style>
border-color css
<style>
span { border-color: #DEBE7E; }
span { border-color: rgb(222,190,126); }
td.TdClassName
{
border-color: #DEBE7E;
}
.TagClassName
{
border-color: #DEBE7E;
}
</style>