Shades of Chocolate #DE7715
Tints of Chocolate #DE7715
RGB
CMYK
RGB Variations
Color information
#DE7715 (or 0xDE7715) is known color: Chocolate. HEX triplet: DE, 77 and 15. RGB value is (222,119,21). Sum of RGB (Red+Green+Blue) = 222+119+21=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7715 is #2188EA. Grayscale: #8B8B8B. Windows color (decimal): -2197739 or 1406942. OLE color: 1406942.
HSL color Cylindrical-coordinate representation of color #DE7715: hue angle of 29.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE7715 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 29.25º | 0.83% | 0.48% | - |
| HSV(B) | 29.25º | 0.91% | 0.87% | - |
| XYZ | 36.86 | 28.78 | 4.32 | - |
| YUV | 138.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 21 | 0 | 0.46 | 0.91 | 0.13 | 29.25 | 0.83 | 0.48 |
| Hex | DE | 77 | 15 | 0 | 2E | 5B | D | 1D | 53 | 30 |
| Octal | 336 | 167 | 25 | 0 | 56 | 133 | 15 | 35 | 123 | 60 |
| Binary | 11011110 | 1110111 | 10101 | 0 | 101110 | 1011011 | 1101 | 11101 | 1010011 | 110000 |
Color Harmonies of #DE7715
Complementary color
Monochromatic Colors of #DE7715
Black with #DE7715
Text Example
Text Example
White with #DE7715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7715; }
p { color: rgb(222,119,21); }
H1.HeaderClassName
{
color: #DE7715;
}
.AnyTagClassName
{
color: #DE7715;
}
</style>
background-color css
<style>
a { background-color: #DE7715; }
a { background-color: rgb(222,119,21); }
div.DivClassName
{
background-color: #DE7715;
}
.BgClassName
{
background-color: #DE7715;
}
</style>
border-color css
<style>
span { border-color: #DE7715; }
span { border-color: rgb(222,119,21); }
td.TdClassName
{
border-color: #DE7715;
}
.TagClassName
{
border-color: #DE7715;
}
</style>