Shades of Persimmon #DD4802
Tints of Persimmon #DD4802
RGB
CMYK
RGB Variations
Color information
#DD4802 (or 0xDD4802) is known color: Persimmon. HEX triplet: DD, 48 and 02. RGB value is (221,72,2). Sum of RGB (Red+Green+Blue) = 221+72+2=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4802 is #22B7FD. Grayscale: #6D6D6D. Windows color (decimal): -2275326 or 149725. OLE color: 149725.
HSL color Cylindrical-coordinate representation of color #DD4802: hue angle of 19.18º degrees, saturation: 0.98, 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 #DD4802 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 19.18º | 0.98% | 0.44% | - |
| HSV(B) | 19.18º | 0.99% | 0.87% | - |
| XYZ | 32.15 | 20.01 | 2.23 | - |
| YUV | 108.57 | 67.86 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 2 | 0 | 0.67 | 0.99 | 0.13 | 19.18 | 0.98 | 0.44 |
| Hex | DD | 48 | 2 | 0 | 43 | 63 | D | 13 | 62 | 2C |
| Octal | 335 | 110 | 2 | 0 | 103 | 143 | 15 | 23 | 142 | 54 |
| Binary | 11011101 | 1001000 | 10 | 0 | 1000011 | 1100011 | 1101 | 10011 | 1100010 | 101100 |
Color Harmonies of #DD4802
Complementary color
Monochromatic Colors of #DD4802
Black with #DD4802
Text Example
Text Example
White with #DD4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4802; }
p { color: rgb(221,72,2); }
H1.HeaderClassName
{
color: #DD4802;
}
.AnyTagClassName
{
color: #DD4802;
}
</style>
background-color css
<style>
a { background-color: #DD4802; }
a { background-color: rgb(221,72,2); }
div.DivClassName
{
background-color: #DD4802;
}
.BgClassName
{
background-color: #DD4802;
}
</style>
border-color css
<style>
span { border-color: #DD4802; }
span { border-color: rgb(221,72,2); }
td.TdClassName
{
border-color: #DD4802;
}
.TagClassName
{
border-color: #DD4802;
}
</style>