Shades of Persimmon #DD4903
Tints of Persimmon #DD4903
RGB
CMYK
RGB Variations
Color information
#DD4903 (or 0xDD4903) is known color: Persimmon. HEX triplet: DD, 49 and 03. RGB value is (221,73,3). Sum of RGB (Red+Green+Blue) = 221+73+3=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4903 is #22B6FC. Grayscale: #6D6D6D. Windows color (decimal): -2275069 or 215517. OLE color: 215517.
HSL color Cylindrical-coordinate representation of color #DD4903: hue angle of 19.27º 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 #DD4903 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 19.27º | 0.97% | 0.44% | - |
| HSV(B) | 19.27º | 0.99% | 0.87% | - |
| XYZ | 32.22 | 20.14 | 2.28 | - |
| YUV | 109.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 3 | 0 | 0.67 | 0.99 | 0.13 | 19.27 | 0.97 | 0.44 |
| Hex | DD | 49 | 3 | 0 | 43 | 63 | D | 13 | 61 | 2C |
| Octal | 335 | 111 | 3 | 0 | 103 | 143 | 15 | 23 | 141 | 54 |
| Binary | 11011101 | 1001001 | 11 | 0 | 1000011 | 1100011 | 1101 | 10011 | 1100001 | 101100 |
Color Harmonies of #DD4903
Complementary color
Monochromatic Colors of #DD4903
Black with #DD4903
Text Example
Text Example
White with #DD4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4903; }
p { color: rgb(221,73,3); }
H1.HeaderClassName
{
color: #DD4903;
}
.AnyTagClassName
{
color: #DD4903;
}
</style>
background-color css
<style>
a { background-color: #DD4903; }
a { background-color: rgb(221,73,3); }
div.DivClassName
{
background-color: #DD4903;
}
.BgClassName
{
background-color: #DD4903;
}
</style>
border-color css
<style>
span { border-color: #DD4903; }
span { border-color: rgb(221,73,3); }
td.TdClassName
{
border-color: #DD4903;
}
.TagClassName
{
border-color: #DD4903;
}
</style>