Shades of Chocolate #DE6315
Tints of Chocolate #DE6315
RGB
CMYK
RGB Variations
Color information
#DE6315 (or 0xDE6315) is known color: Chocolate. HEX triplet: DE, 63 and 15. RGB value is (222,99,21). Sum of RGB (Red+Green+Blue) = 222+99+21=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6315 is #219CEA. Grayscale: #7F7F7F. Windows color (decimal): -2202859 or 1401822. OLE color: 1401822.
HSL color Cylindrical-coordinate representation of color #DE6315: hue angle of 23.28º 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 #DE6315 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 21 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.13 |
| HSL | 23.28º | 0.83% | 0.48% | - |
| HSV(B) | 23.28º | 0.91% | 0.87% | - |
| XYZ | 34.72 | 24.51 | 3.61 | - |
| YUV | 126.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 21 | 0 | 0.55 | 0.91 | 0.13 | 23.28 | 0.83 | 0.48 |
| Hex | DE | 63 | 15 | 0 | 37 | 5B | D | 17 | 53 | 30 |
| Octal | 336 | 143 | 25 | 0 | 67 | 133 | 15 | 27 | 123 | 60 |
| Binary | 11011110 | 1100011 | 10101 | 0 | 110111 | 1011011 | 1101 | 10111 | 1010011 | 110000 |
Color Harmonies of #DE6315
Complementary color
Monochromatic Colors of #DE6315
Black with #DE6315
Text Example
Text Example
White with #DE6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6315; }
p { color: rgb(222,99,21); }
H1.HeaderClassName
{
color: #DE6315;
}
.AnyTagClassName
{
color: #DE6315;
}
</style>
background-color css
<style>
a { background-color: #DE6315; }
a { background-color: rgb(222,99,21); }
div.DivClassName
{
background-color: #DE6315;
}
.BgClassName
{
background-color: #DE6315;
}
</style>
border-color css
<style>
span { border-color: #DE6315; }
span { border-color: rgb(222,99,21); }
td.TdClassName
{
border-color: #DE6315;
}
.TagClassName
{
border-color: #DE6315;
}
</style>