Shades of Chalky #DEBE7D
Tints of Chalky #DEBE7D
RGB
CMYK
RGB Variations
Color information
#DEBE7D (or 0xDEBE7D) is known color: Chalky. HEX triplet: DE, BE and 7D. RGB value is (222,190,125). Sum of RGB (Red+Green+Blue) = 222+190+125=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE7D is #214182. Grayscale: #C0C0C0. Windows color (decimal): -2179459 or 8240862. OLE color: 8240862.
HSL color Cylindrical-coordinate representation of color #DEBE7D: hue angle of 40.21º 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 #DEBE7D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 125 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 40.21º | 0.6% | 0.68% | - |
| HSV(B) | 40.21º | 0.44% | 0.87% | - |
| XYZ | 52.24 | 53.84 | 27.04 | - |
| YUV | 192.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 125 | 0 | 0.14 | 0.44 | 0.13 | 40.21 | 0.6 | 0.68 |
| Hex | DE | BE | 7D | 0 | E | 2C | D | 28 | 3C | 44 |
| Octal | 336 | 276 | 175 | 0 | 16 | 54 | 15 | 50 | 74 | 104 |
| Binary | 11011110 | 10111110 | 1111101 | 0 | 1110 | 101100 | 1101 | 101000 | 111100 | 1000100 |
Color Harmonies of #DEBE7D
Complementary color
Monochromatic Colors of #DEBE7D
Black with #DEBE7D
Text Example
Text Example
White with #DEBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE7D; }
p { color: rgb(222,190,125); }
H1.HeaderClassName
{
color: #DEBE7D;
}
.AnyTagClassName
{
color: #DEBE7D;
}
</style>
background-color css
<style>
a { background-color: #DEBE7D; }
a { background-color: rgb(222,190,125); }
div.DivClassName
{
background-color: #DEBE7D;
}
.BgClassName
{
background-color: #DEBE7D;
}
</style>
border-color css
<style>
span { border-color: #DEBE7D; }
span { border-color: rgb(222,190,125); }
td.TdClassName
{
border-color: #DEBE7D;
}
.TagClassName
{
border-color: #DEBE7D;
}
</style>