Shades of Persimmon #DD500F
Tints of Persimmon #DD500F
RGB
CMYK
RGB Variations
Color information
#DD500F (or 0xDD500F) is known color: Persimmon. HEX triplet: DD, 50 and 0F. RGB value is (221,80,15). Sum of RGB (Red+Green+Blue) = 221+80+15=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD500F is #22AFF0. Grayscale: #737373. Windows color (decimal): -2273265 or 1003741. OLE color: 1003741.
HSL color Cylindrical-coordinate representation of color #DD500F: hue angle of 18.93º degrees, saturation: 0.87, 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 #DD500F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.13 |
| HSL | 18.93º | 0.87% | 0.46% | - |
| HSV(B) | 18.93º | 0.93% | 0.87% | - |
| XYZ | 32.77 | 21.14 | 2.81 | - |
| YUV | 114.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 15 | 0 | 0.64 | 0.93 | 0.13 | 18.93 | 0.87 | 0.46 |
| Hex | DD | 50 | F | 0 | 40 | 5D | D | 13 | 57 | 2E |
| Octal | 335 | 120 | 17 | 0 | 100 | 135 | 15 | 23 | 127 | 56 |
| Binary | 11011101 | 1010000 | 1111 | 0 | 1000000 | 1011101 | 1101 | 10011 | 1010111 | 101110 |
Color Harmonies of #DD500F
Complementary color
Monochromatic Colors of #DD500F
Black with #DD500F
Text Example
Text Example
White with #DD500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD500F; }
p { color: rgb(221,80,15); }
H1.HeaderClassName
{
color: #DD500F;
}
.AnyTagClassName
{
color: #DD500F;
}
</style>
background-color css
<style>
a { background-color: #DD500F; }
a { background-color: rgb(221,80,15); }
div.DivClassName
{
background-color: #DD500F;
}
.BgClassName
{
background-color: #DD500F;
}
</style>
border-color css
<style>
span { border-color: #DD500F; }
span { border-color: rgb(221,80,15); }
td.TdClassName
{
border-color: #DD500F;
}
.TagClassName
{
border-color: #DD500F;
}
</style>