Shades of Persimmon #DD5310
Tints of Persimmon #DD5310
RGB
CMYK
RGB Variations
Color information
#DD5310 (or 0xDD5310) is known color: Persimmon. HEX triplet: DD, 53 and 10. RGB value is (221,83,16). Sum of RGB (Red+Green+Blue) = 221+83+16=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5310 is #22ACEF. Grayscale: #757575. Windows color (decimal): -2272496 or 1070045. OLE color: 1070045.
HSL color Cylindrical-coordinate representation of color #DD5310: hue angle of 19.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD5310 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.13 |
| HSL | 19.61º | 0.86% | 0.46% | - |
| HSV(B) | 19.61º | 0.93% | 0.87% | - |
| XYZ | 33.01 | 21.6 | 2.92 | - |
| YUV | 116.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 16 | 0 | 0.62 | 0.93 | 0.13 | 19.61 | 0.86 | 0.46 |
| Hex | DD | 53 | 10 | 0 | 3E | 5D | D | 14 | 56 | 2E |
| Octal | 335 | 123 | 20 | 0 | 76 | 135 | 15 | 24 | 126 | 56 |
| Binary | 11011101 | 1010011 | 10000 | 0 | 111110 | 1011101 | 1101 | 10100 | 1010110 | 101110 |
Color Harmonies of #DD5310
Complementary color
Monochromatic Colors of #DD5310
Black with #DD5310
Text Example
Text Example
White with #DD5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5310; }
p { color: rgb(221,83,16); }
H1.HeaderClassName
{
color: #DD5310;
}
.AnyTagClassName
{
color: #DD5310;
}
</style>
background-color css
<style>
a { background-color: #DD5310; }
a { background-color: rgb(221,83,16); }
div.DivClassName
{
background-color: #DD5310;
}
.BgClassName
{
background-color: #DD5310;
}
</style>
border-color css
<style>
span { border-color: #DD5310; }
span { border-color: rgb(221,83,16); }
td.TdClassName
{
border-color: #DD5310;
}
.TagClassName
{
border-color: #DD5310;
}
</style>