Shades of Persimmon #DD510F
Tints of Persimmon #DD510F
RGB
CMYK
RGB Variations
Color information
#DD510F (or 0xDD510F) is known color: Persimmon. HEX triplet: DD, 51 and 0F. RGB value is (221,81,15). Sum of RGB (Red+Green+Blue) = 221+81+15=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD510F is #22AEF0. Grayscale: #737373. Windows color (decimal): -2273009 or 1003997. OLE color: 1003997.
HSL color Cylindrical-coordinate representation of color #DD510F: hue angle of 19.22º 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 #DD510F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.13 |
| HSL | 19.22º | 0.87% | 0.46% | - |
| HSV(B) | 19.22º | 0.93% | 0.87% | - |
| XYZ | 32.85 | 21.29 | 2.83 | - |
| YUV | 115.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 15 | 0 | 0.63 | 0.93 | 0.13 | 19.22 | 0.87 | 0.46 |
| Hex | DD | 51 | F | 0 | 3F | 5D | D | 13 | 57 | 2E |
| Octal | 335 | 121 | 17 | 0 | 77 | 135 | 15 | 23 | 127 | 56 |
| Binary | 11011101 | 1010001 | 1111 | 0 | 111111 | 1011101 | 1101 | 10011 | 1010111 | 101110 |
Color Harmonies of #DD510F
Complementary color
Monochromatic Colors of #DD510F
Black with #DD510F
Text Example
Text Example
White with #DD510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD510F; }
p { color: rgb(221,81,15); }
H1.HeaderClassName
{
color: #DD510F;
}
.AnyTagClassName
{
color: #DD510F;
}
</style>
background-color css
<style>
a { background-color: #DD510F; }
a { background-color: rgb(221,81,15); }
div.DivClassName
{
background-color: #DD510F;
}
.BgClassName
{
background-color: #DD510F;
}
</style>
border-color css
<style>
span { border-color: #DD510F; }
span { border-color: rgb(221,81,15); }
td.TdClassName
{
border-color: #DD510F;
}
.TagClassName
{
border-color: #DD510F;
}
</style>