Shades of Persimmon #DD4800
Tints of Persimmon #DD4800
RGB
CMYK
RGB Variations
Color information
#DD4800 (or 0xDD4800) is known color: Persimmon. HEX triplet: DD, 48 and 00. RGB value is (221,72,0). Sum of RGB (Red+Green+Blue) = 221+72+0=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4800 is #22B7FF. Grayscale: #6C6C6C. Windows color (decimal): -2275328 or 18653. OLE color: 18653.
HSL color Cylindrical-coordinate representation of color #DD4800: hue angle of 19.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.13 |
| HSL | 19.55º | 1% | 0.43% | - |
| HSV(B) | 19.55º | 1% | 0.87% | - |
| XYZ | 32.14 | 20.01 | 2.17 | - |
| YUV | 108.34 | 66.86 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 0 | 0 | 0.67 | 1 | 0.13 | 19.55 | 1 | 0.43 |
| Hex | DD | 48 | 0 | 0 | 43 | 64 | D | 14 | 64 | 2B |
| Octal | 335 | 110 | 0 | 0 | 103 | 144 | 15 | 24 | 144 | 53 |
| Binary | 11011101 | 1001000 | 0 | 0 | 1000011 | 1100100 | 1101 | 10100 | 1100100 | 101011 |
Color Harmonies of #DD4800
Complementary color
Monochromatic Colors of #DD4800
Black with #DD4800
Text Example
Text Example
White with #DD4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4800; }
p { color: rgb(221,72,0); }
H1.HeaderClassName
{
color: #DD4800;
}
.AnyTagClassName
{
color: #DD4800;
}
</style>
background-color css
<style>
a { background-color: #DD4800; }
a { background-color: rgb(221,72,0); }
div.DivClassName
{
background-color: #DD4800;
}
.BgClassName
{
background-color: #DD4800;
}
</style>
border-color css
<style>
span { border-color: #DD4800; }
span { border-color: rgb(221,72,0); }
td.TdClassName
{
border-color: #DD4800;
}
.TagClassName
{
border-color: #DD4800;
}
</style>