Shades of Persimmon #DD5402
Tints of Persimmon #DD5402
RGB
CMYK
RGB Variations
Color information
#DD5402 (or 0xDD5402) is known color: Persimmon. HEX triplet: DD, 54 and 02. RGB value is (221,84,2). Sum of RGB (Red+Green+Blue) = 221+84+2=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5402 is #22ABFD. Grayscale: #747474. Windows color (decimal): -2272254 or 152797. OLE color: 152797.
HSL color Cylindrical-coordinate representation of color #DD5402: hue angle of 22.47º 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 #DD5402 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.13 |
| HSL | 22.47º | 0.98% | 0.44% | - |
| HSV(B) | 22.47º | 0.99% | 0.87% | - |
| XYZ | 33 | 21.72 | 2.51 | - |
| YUV | 115.62 | 63.89 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 2 | 0 | 0.62 | 0.99 | 0.13 | 22.47 | 0.98 | 0.44 |
| Hex | DD | 54 | 2 | 0 | 3E | 63 | D | 16 | 62 | 2C |
| Octal | 335 | 124 | 2 | 0 | 76 | 143 | 15 | 26 | 142 | 54 |
| Binary | 11011101 | 1010100 | 10 | 0 | 111110 | 1100011 | 1101 | 10110 | 1100010 | 101100 |
Color Harmonies of #DD5402
Complementary color
Monochromatic Colors of #DD5402
Black with #DD5402
Text Example
Text Example
White with #DD5402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5402; }
p { color: rgb(221,84,2); }
H1.HeaderClassName
{
color: #DD5402;
}
.AnyTagClassName
{
color: #DD5402;
}
</style>
background-color css
<style>
a { background-color: #DD5402; }
a { background-color: rgb(221,84,2); }
div.DivClassName
{
background-color: #DD5402;
}
.BgClassName
{
background-color: #DD5402;
}
</style>
border-color css
<style>
span { border-color: #DD5402; }
span { border-color: rgb(221,84,2); }
td.TdClassName
{
border-color: #DD5402;
}
.TagClassName
{
border-color: #DD5402;
}
</style>