Shades of Persimmon #DE6103
Tints of Persimmon #DE6103
RGB
CMYK
RGB Variations
Color information
#DE6103 (or 0xDE6103) is known color: Persimmon. HEX triplet: DE, 61 and 03. RGB value is (222,97,3). Sum of RGB (Red+Green+Blue) = 222+97+3=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6103 is #219EFC. Grayscale: #7C7C7C. Windows color (decimal): -2203389 or 221662. OLE color: 221662.
HSL color Cylindrical-coordinate representation of color #DE6103: hue angle of 25.75º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE6103 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.13 |
| HSL | 25.75º | 0.97% | 0.44% | - |
| HSV(B) | 25.75º | 0.99% | 0.87% | - |
| XYZ | 34.42 | 24.09 | 2.92 | - |
| YUV | 123.66 | 59.91 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 3 | 0 | 0.56 | 0.99 | 0.13 | 25.75 | 0.97 | 0.44 |
| Hex | DE | 61 | 3 | 0 | 38 | 63 | D | 1A | 61 | 2C |
| Octal | 336 | 141 | 3 | 0 | 70 | 143 | 15 | 32 | 141 | 54 |
| Binary | 11011110 | 1100001 | 11 | 0 | 111000 | 1100011 | 1101 | 11010 | 1100001 | 101100 |
Color Harmonies of #DE6103
Complementary color
Monochromatic Colors of #DE6103
Black with #DE6103
Text Example
Text Example
White with #DE6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6103; }
p { color: rgb(222,97,3); }
H1.HeaderClassName
{
color: #DE6103;
}
.AnyTagClassName
{
color: #DE6103;
}
</style>
background-color css
<style>
a { background-color: #DE6103; }
a { background-color: rgb(222,97,3); }
div.DivClassName
{
background-color: #DE6103;
}
.BgClassName
{
background-color: #DE6103;
}
</style>
border-color css
<style>
span { border-color: #DE6103; }
span { border-color: rgb(222,97,3); }
td.TdClassName
{
border-color: #DE6103;
}
.TagClassName
{
border-color: #DE6103;
}
</style>