Shades of Chalky #DEBE7A
Tints of Chalky #DEBE7A
RGB
CMYK
RGB Variations
Color information
#DEBE7A (or 0xDEBE7A) is known color: Chalky. HEX triplet: DE, BE and 7A. RGB value is (222,190,122). Sum of RGB (Red+Green+Blue) = 222+190+122=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE7A is #214185. Grayscale: #C0C0C0. Windows color (decimal): -2179462 or 8044254. OLE color: 8044254.
HSL color Cylindrical-coordinate representation of color #DEBE7A: hue angle of 40.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEBE7A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 122 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.13 |
| HSL | 40.8º | 0.6% | 0.67% | - |
| HSV(B) | 40.8º | 0.45% | 0.87% | - |
| XYZ | 52.05 | 53.76 | 26.05 | - |
| YUV | 191.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 122 | 0 | 0.14 | 0.45 | 0.13 | 40.8 | 0.6 | 0.67 |
| Hex | DE | BE | 7A | 0 | E | 2D | D | 29 | 3C | 43 |
| Octal | 336 | 276 | 172 | 0 | 16 | 55 | 15 | 51 | 74 | 103 |
| Binary | 11011110 | 10111110 | 1111010 | 0 | 1110 | 101101 | 1101 | 101001 | 111100 | 1000011 |
Color Harmonies of #DEBE7A
Complementary color
Monochromatic Colors of #DEBE7A
Black with #DEBE7A
Text Example
Text Example
White with #DEBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE7A; }
p { color: rgb(222,190,122); }
H1.HeaderClassName
{
color: #DEBE7A;
}
.AnyTagClassName
{
color: #DEBE7A;
}
</style>
background-color css
<style>
a { background-color: #DEBE7A; }
a { background-color: rgb(222,190,122); }
div.DivClassName
{
background-color: #DEBE7A;
}
.BgClassName
{
background-color: #DEBE7A;
}
</style>
border-color css
<style>
span { border-color: #DEBE7A; }
span { border-color: rgb(222,190,122); }
td.TdClassName
{
border-color: #DEBE7A;
}
.TagClassName
{
border-color: #DEBE7A;
}
</style>