Shades of Persimmon #DD4E02
Tints of Persimmon #DD4E02
RGB
CMYK
RGB Variations
Color information
#DD4E02 (or 0xDD4E02) is known color: Persimmon. HEX triplet: DD, 4E and 02. RGB value is (221,78,2). Sum of RGB (Red+Green+Blue) = 221+78+2=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E02 is #22B1FD. Grayscale: #707070. Windows color (decimal): -2273790 or 151261. OLE color: 151261.
HSL color Cylindrical-coordinate representation of color #DD4E02: hue angle of 20.82º 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 #DD4E02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.13 |
| HSL | 20.82º | 0.98% | 0.44% | - |
| HSV(B) | 20.82º | 0.99% | 0.87% | - |
| XYZ | 32.55 | 20.83 | 2.36 | - |
| YUV | 112.09 | 65.88 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 2 | 0 | 0.65 | 0.99 | 0.13 | 20.82 | 0.98 | 0.44 |
| Hex | DD | 4E | 2 | 0 | 41 | 63 | D | 15 | 62 | 2C |
| Octal | 335 | 116 | 2 | 0 | 101 | 143 | 15 | 25 | 142 | 54 |
| Binary | 11011101 | 1001110 | 10 | 0 | 1000001 | 1100011 | 1101 | 10101 | 1100010 | 101100 |
Color Harmonies of #DD4E02
Complementary color
Monochromatic Colors of #DD4E02
Black with #DD4E02
Text Example
Text Example
White with #DD4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E02; }
p { color: rgb(221,78,2); }
H1.HeaderClassName
{
color: #DD4E02;
}
.AnyTagClassName
{
color: #DD4E02;
}
</style>
background-color css
<style>
a { background-color: #DD4E02; }
a { background-color: rgb(221,78,2); }
div.DivClassName
{
background-color: #DD4E02;
}
.BgClassName
{
background-color: #DD4E02;
}
</style>
border-color css
<style>
span { border-color: #DD4E02; }
span { border-color: rgb(221,78,2); }
td.TdClassName
{
border-color: #DD4E02;
}
.TagClassName
{
border-color: #DD4E02;
}
</style>