Shades of Persimmon #DD5203
Tints of Persimmon #DD5203
RGB
CMYK
RGB Variations
Color information
#DD5203 (or 0xDD5203) is known color: Persimmon. HEX triplet: DD, 52 and 03. RGB value is (221,82,3). Sum of RGB (Red+Green+Blue) = 221+82+3=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5203 is #22ADFC. Grayscale: #737373. Windows color (decimal): -2272765 or 217821. OLE color: 217821.
HSL color Cylindrical-coordinate representation of color #DD5203: hue angle of 21.74º 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 #DD5203 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.13 |
| HSL | 21.74º | 0.97% | 0.44% | - |
| HSV(B) | 21.74º | 0.99% | 0.87% | - |
| XYZ | 32.85 | 21.41 | 2.49 | - |
| YUV | 114.56 | 65.05 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 3 | 0 | 0.63 | 0.99 | 0.13 | 21.74 | 0.97 | 0.44 |
| Hex | DD | 52 | 3 | 0 | 3F | 63 | D | 16 | 61 | 2C |
| Octal | 335 | 122 | 3 | 0 | 77 | 143 | 15 | 26 | 141 | 54 |
| Binary | 11011101 | 1010010 | 11 | 0 | 111111 | 1100011 | 1101 | 10110 | 1100001 | 101100 |
Color Harmonies of #DD5203
Complementary color
Monochromatic Colors of #DD5203
Black with #DD5203
Text Example
Text Example
White with #DD5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5203; }
p { color: rgb(221,82,3); }
H1.HeaderClassName
{
color: #DD5203;
}
.AnyTagClassName
{
color: #DD5203;
}
</style>
background-color css
<style>
a { background-color: #DD5203; }
a { background-color: rgb(221,82,3); }
div.DivClassName
{
background-color: #DD5203;
}
.BgClassName
{
background-color: #DD5203;
}
</style>
border-color css
<style>
span { border-color: #DD5203; }
span { border-color: rgb(221,82,3); }
td.TdClassName
{
border-color: #DD5203;
}
.TagClassName
{
border-color: #DD5203;
}
</style>