Shades of Persimmon #DE4C0A
Tints of Persimmon #DE4C0A
RGB
CMYK
RGB Variations
Color information
#DE4C0A (or 0xDE4C0A) is known color: Persimmon. HEX triplet: DE, 4C and 0A. RGB value is (222,76,10). Sum of RGB (Red+Green+Blue) = 222+76+10=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4C0A is #21B3F5. Grayscale: #707070. Windows color (decimal): -2208758 or 675038. OLE color: 675038.
HSL color Cylindrical-coordinate representation of color #DE4C0A: hue angle of 18.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE4C0A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.13 |
| HSL | 18.68º | 0.91% | 0.45% | - |
| HSV(B) | 18.68º | 0.95% | 0.87% | - |
| XYZ | 32.76 | 20.72 | 2.56 | - |
| YUV | 112.13 | 70.37 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 10 | 0 | 0.66 | 0.95 | 0.13 | 18.68 | 0.91 | 0.45 |
| Hex | DE | 4C | A | 0 | 42 | 5F | D | 13 | 5B | 2D |
| Octal | 336 | 114 | 12 | 0 | 102 | 137 | 15 | 23 | 133 | 55 |
| Binary | 11011110 | 1001100 | 1010 | 0 | 1000010 | 1011111 | 1101 | 10011 | 1011011 | 101101 |
Color Harmonies of #DE4C0A
Complementary color
Monochromatic Colors of #DE4C0A
Black with #DE4C0A
Text Example
Text Example
White with #DE4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C0A; }
p { color: rgb(222,76,10); }
H1.HeaderClassName
{
color: #DE4C0A;
}
.AnyTagClassName
{
color: #DE4C0A;
}
</style>
background-color css
<style>
a { background-color: #DE4C0A; }
a { background-color: rgb(222,76,10); }
div.DivClassName
{
background-color: #DE4C0A;
}
.BgClassName
{
background-color: #DE4C0A;
}
</style>
border-color css
<style>
span { border-color: #DE4C0A; }
span { border-color: rgb(222,76,10); }
td.TdClassName
{
border-color: #DE4C0A;
}
.TagClassName
{
border-color: #DE4C0A;
}
</style>