Shades of Persimmon #DD4902
Tints of Persimmon #DD4902
RGB
CMYK
RGB Variations
Color information
#DD4902 (or 0xDD4902) is known color: Persimmon. HEX triplet: DD, 49 and 02. RGB value is (221,73,2). Sum of RGB (Red+Green+Blue) = 221+73+2=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4902 is #22B6FD. Grayscale: #6D6D6D. Windows color (decimal): -2275070 or 149981. OLE color: 149981.
HSL color Cylindrical-coordinate representation of color #DD4902: hue angle of 19.45º 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 #DD4902 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 19.45º | 0.98% | 0.44% | - |
| HSV(B) | 19.45º | 0.99% | 0.87% | - |
| XYZ | 32.21 | 20.14 | 2.25 | - |
| YUV | 109.16 | 67.53 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 2 | 0 | 0.67 | 0.99 | 0.13 | 19.45 | 0.98 | 0.44 |
| Hex | DD | 49 | 2 | 0 | 43 | 63 | D | 13 | 62 | 2C |
| Octal | 335 | 111 | 2 | 0 | 103 | 143 | 15 | 23 | 142 | 54 |
| Binary | 11011101 | 1001001 | 10 | 0 | 1000011 | 1100011 | 1101 | 10011 | 1100010 | 101100 |
Color Harmonies of #DD4902
Complementary color
Monochromatic Colors of #DD4902
Black with #DD4902
Text Example
Text Example
White with #DD4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4902; }
p { color: rgb(221,73,2); }
H1.HeaderClassName
{
color: #DD4902;
}
.AnyTagClassName
{
color: #DD4902;
}
</style>
background-color css
<style>
a { background-color: #DD4902; }
a { background-color: rgb(221,73,2); }
div.DivClassName
{
background-color: #DD4902;
}
.BgClassName
{
background-color: #DD4902;
}
</style>
border-color css
<style>
span { border-color: #DD4902; }
span { border-color: rgb(221,73,2); }
td.TdClassName
{
border-color: #DD4902;
}
.TagClassName
{
border-color: #DD4902;
}
</style>