Shades of Persimmon #DE520A
Tints of Persimmon #DE520A
RGB
CMYK
RGB Variations
Color information
#DE520A (or 0xDE520A) is known color: Persimmon. HEX triplet: DE, 52 and 0A. RGB value is (222,82,10). Sum of RGB (Red+Green+Blue) = 222+82+10=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE520A is #21ADF5. Grayscale: #747474. Windows color (decimal): -2207222 or 676574. OLE color: 676574.
HSL color Cylindrical-coordinate representation of color #DE520A: hue angle of 20.38º 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 #DE520A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 82 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.13 |
| HSL | 20.38º | 0.91% | 0.45% | - |
| HSV(B) | 20.38º | 0.95% | 0.87% | - |
| XYZ | 33.2 | 21.59 | 2.7 | - |
| YUV | 115.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 82 | 10 | 0 | 0.63 | 0.95 | 0.13 | 20.38 | 0.91 | 0.45 |
| Hex | DE | 52 | A | 0 | 3F | 5F | D | 14 | 5B | 2D |
| Octal | 336 | 122 | 12 | 0 | 77 | 137 | 15 | 24 | 133 | 55 |
| Binary | 11011110 | 1010010 | 1010 | 0 | 111111 | 1011111 | 1101 | 10100 | 1011011 | 101101 |
Color Harmonies of #DE520A
Complementary color
Monochromatic Colors of #DE520A
Black with #DE520A
Text Example
Text Example
White with #DE520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE520A; }
p { color: rgb(222,82,10); }
H1.HeaderClassName
{
color: #DE520A;
}
.AnyTagClassName
{
color: #DE520A;
}
</style>
background-color css
<style>
a { background-color: #DE520A; }
a { background-color: rgb(222,82,10); }
div.DivClassName
{
background-color: #DE520A;
}
.BgClassName
{
background-color: #DE520A;
}
</style>
border-color css
<style>
span { border-color: #DE520A; }
span { border-color: rgb(222,82,10); }
td.TdClassName
{
border-color: #DE520A;
}
.TagClassName
{
border-color: #DE520A;
}
</style>