Shades of Persimmon #DD4702
Tints of Persimmon #DD4702
RGB
CMYK
RGB Variations
Color information
#DD4702 (or 0xDD4702) is known color: Persimmon. HEX triplet: DD, 47 and 02. RGB value is (221,71,2). Sum of RGB (Red+Green+Blue) = 221+71+2=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4702 is #22B8FD. Grayscale: #6C6C6C. Windows color (decimal): -2275582 or 149469. OLE color: 149469.
HSL color Cylindrical-coordinate representation of color #DD4702: hue angle of 18.9º 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 #DD4702 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.13 |
| HSL | 18.9º | 0.98% | 0.44% | - |
| HSV(B) | 18.9º | 0.99% | 0.87% | - |
| XYZ | 32.08 | 19.88 | 2.2 | - |
| YUV | 107.98 | 68.2 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 2 | 0 | 0.68 | 0.99 | 0.13 | 18.9 | 0.98 | 0.44 |
| Hex | DD | 47 | 2 | 0 | 44 | 63 | D | 13 | 62 | 2C |
| Octal | 335 | 107 | 2 | 0 | 104 | 143 | 15 | 23 | 142 | 54 |
| Binary | 11011101 | 1000111 | 10 | 0 | 1000100 | 1100011 | 1101 | 10011 | 1100010 | 101100 |
Color Harmonies of #DD4702
Complementary color
Monochromatic Colors of #DD4702
Black with #DD4702
Text Example
Text Example
White with #DD4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4702; }
p { color: rgb(221,71,2); }
H1.HeaderClassName
{
color: #DD4702;
}
.AnyTagClassName
{
color: #DD4702;
}
</style>
background-color css
<style>
a { background-color: #DD4702; }
a { background-color: rgb(221,71,2); }
div.DivClassName
{
background-color: #DD4702;
}
.BgClassName
{
background-color: #DD4702;
}
</style>
border-color css
<style>
span { border-color: #DD4702; }
span { border-color: rgb(221,71,2); }
td.TdClassName
{
border-color: #DD4702;
}
.TagClassName
{
border-color: #DD4702;
}
</style>