Shades of Persimmon #DD4E08
Tints of Persimmon #DD4E08
RGB
CMYK
RGB Variations
Color information
#DD4E08 (or 0xDD4E08) is known color: Persimmon. HEX triplet: DD, 4E and 08. RGB value is (221,78,8). Sum of RGB (Red+Green+Blue) = 221+78+8=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E08 is #22B1F7. Grayscale: #717171. Windows color (decimal): -2273784 or 544477. OLE color: 544477.
HSL color Cylindrical-coordinate representation of color #DD4E08: hue angle of 19.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD4E08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.13 |
| HSL | 19.72º | 0.93% | 0.45% | - |
| HSV(B) | 19.72º | 0.96% | 0.87% | - |
| XYZ | 32.59 | 20.84 | 2.53 | - |
| YUV | 112.78 | 68.88 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 8 | 0 | 0.65 | 0.96 | 0.13 | 19.72 | 0.93 | 0.45 |
| Hex | DD | 4E | 8 | 0 | 41 | 60 | D | 14 | 5D | 2D |
| Octal | 335 | 116 | 10 | 0 | 101 | 140 | 15 | 24 | 135 | 55 |
| Binary | 11011101 | 1001110 | 1000 | 0 | 1000001 | 1100000 | 1101 | 10100 | 1011101 | 101101 |
Color Harmonies of #DD4E08
Complementary color
Monochromatic Colors of #DD4E08
Black with #DD4E08
Text Example
Text Example
White with #DD4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E08; }
p { color: rgb(221,78,8); }
H1.HeaderClassName
{
color: #DD4E08;
}
.AnyTagClassName
{
color: #DD4E08;
}
</style>
background-color css
<style>
a { background-color: #DD4E08; }
a { background-color: rgb(221,78,8); }
div.DivClassName
{
background-color: #DD4E08;
}
.BgClassName
{
background-color: #DD4E08;
}
</style>
border-color css
<style>
span { border-color: #DD4E08; }
span { border-color: rgb(221,78,8); }
td.TdClassName
{
border-color: #DD4E08;
}
.TagClassName
{
border-color: #DD4E08;
}
</style>