Shades of Persimmon #DD4810
Tints of Persimmon #DD4810
RGB
CMYK
RGB Variations
Color information
#DD4810 (or 0xDD4810) is known color: Persimmon. HEX triplet: DD, 48 and 10. RGB value is (221,72,16). Sum of RGB (Red+Green+Blue) = 221+72+16=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4810 is #22B7EF. Grayscale: #6E6E6E. Windows color (decimal): -2275312 or 1067229. OLE color: 1067229.
HSL color Cylindrical-coordinate representation of color #DD4810: hue angle of 16.39º 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 #DD4810 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.13 |
| HSL | 16.39º | 0.86% | 0.46% | - |
| HSV(B) | 16.39º | 0.93% | 0.87% | - |
| XYZ | 32.23 | 20.04 | 2.66 | - |
| YUV | 110.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 16 | 0 | 0.67 | 0.93 | 0.13 | 16.39 | 0.86 | 0.46 |
| Hex | DD | 48 | 10 | 0 | 43 | 5D | D | 10 | 56 | 2E |
| Octal | 335 | 110 | 20 | 0 | 103 | 135 | 15 | 20 | 126 | 56 |
| Binary | 11011101 | 1001000 | 10000 | 0 | 1000011 | 1011101 | 1101 | 10000 | 1010110 | 101110 |
Color Harmonies of #DD4810
Complementary color
Monochromatic Colors of #DD4810
Black with #DD4810
Text Example
Text Example
White with #DD4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4810; }
p { color: rgb(221,72,16); }
H1.HeaderClassName
{
color: #DD4810;
}
.AnyTagClassName
{
color: #DD4810;
}
</style>
background-color css
<style>
a { background-color: #DD4810; }
a { background-color: rgb(221,72,16); }
div.DivClassName
{
background-color: #DD4810;
}
.BgClassName
{
background-color: #DD4810;
}
</style>
border-color css
<style>
span { border-color: #DD4810; }
span { border-color: rgb(221,72,16); }
td.TdClassName
{
border-color: #DD4810;
}
.TagClassName
{
border-color: #DD4810;
}
</style>