Shades of Persimmon #DD510C
Tints of Persimmon #DD510C
RGB
CMYK
RGB Variations
Color information
#DD510C (or 0xDD510C) is known color: Persimmon. HEX triplet: DD, 51 and 0C. RGB value is (221,81,12). Sum of RGB (Red+Green+Blue) = 221+81+12=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD510C is #22AEF3. Grayscale: #737373. Windows color (decimal): -2273012 or 807389. OLE color: 807389.
HSL color Cylindrical-coordinate representation of color #DD510C: hue angle of 19.81º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD510C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.13 |
| HSL | 19.81º | 0.9% | 0.46% | - |
| HSV(B) | 19.81º | 0.95% | 0.87% | - |
| XYZ | 32.83 | 21.28 | 2.73 | - |
| YUV | 114.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 12 | 0 | 0.63 | 0.95 | 0.13 | 19.81 | 0.9 | 0.46 |
| Hex | DD | 51 | C | 0 | 3F | 5F | D | 14 | 5A | 2E |
| Octal | 335 | 121 | 14 | 0 | 77 | 137 | 15 | 24 | 132 | 56 |
| Binary | 11011101 | 1010001 | 1100 | 0 | 111111 | 1011111 | 1101 | 10100 | 1011010 | 101110 |
Color Harmonies of #DD510C
Complementary color
Monochromatic Colors of #DD510C
Black with #DD510C
Text Example
Text Example
White with #DD510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD510C; }
p { color: rgb(221,81,12); }
H1.HeaderClassName
{
color: #DD510C;
}
.AnyTagClassName
{
color: #DD510C;
}
</style>
background-color css
<style>
a { background-color: #DD510C; }
a { background-color: rgb(221,81,12); }
div.DivClassName
{
background-color: #DD510C;
}
.BgClassName
{
background-color: #DD510C;
}
</style>
border-color css
<style>
span { border-color: #DD510C; }
span { border-color: rgb(221,81,12); }
td.TdClassName
{
border-color: #DD510C;
}
.TagClassName
{
border-color: #DD510C;
}
</style>