Shades of Persimmon #DD4803
Tints of Persimmon #DD4803
RGB
CMYK
RGB Variations
Color information
#DD4803 (or 0xDD4803) is known color: Persimmon. HEX triplet: DD, 48 and 03. RGB value is (221,72,3). Sum of RGB (Red+Green+Blue) = 221+72+3=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4803 is #22B7FC. Grayscale: #6D6D6D. Windows color (decimal): -2275325 or 215261. OLE color: 215261.
HSL color Cylindrical-coordinate representation of color #DD4803: hue angle of 18.99º degrees, saturation: 0.97, 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 #DD4803 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 18.99º | 0.97% | 0.44% | - |
| HSV(B) | 18.99º | 0.99% | 0.87% | - |
| XYZ | 32.15 | 20.01 | 2.25 | - |
| YUV | 108.69 | 68.36 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 3 | 0 | 0.67 | 0.99 | 0.13 | 18.99 | 0.97 | 0.44 |
| Hex | DD | 48 | 3 | 0 | 43 | 63 | D | 13 | 61 | 2C |
| Octal | 335 | 110 | 3 | 0 | 103 | 143 | 15 | 23 | 141 | 54 |
| Binary | 11011101 | 1001000 | 11 | 0 | 1000011 | 1100011 | 1101 | 10011 | 1100001 | 101100 |
Color Harmonies of #DD4803
Complementary color
Monochromatic Colors of #DD4803
Black with #DD4803
Text Example
Text Example
White with #DD4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4803; }
p { color: rgb(221,72,3); }
H1.HeaderClassName
{
color: #DD4803;
}
.AnyTagClassName
{
color: #DD4803;
}
</style>
background-color css
<style>
a { background-color: #DD4803; }
a { background-color: rgb(221,72,3); }
div.DivClassName
{
background-color: #DD4803;
}
.BgClassName
{
background-color: #DD4803;
}
</style>
border-color css
<style>
span { border-color: #DD4803; }
span { border-color: rgb(221,72,3); }
td.TdClassName
{
border-color: #DD4803;
}
.TagClassName
{
border-color: #DD4803;
}
</style>