Shades of Persimmon #DD4D08
Tints of Persimmon #DD4D08
RGB
CMYK
RGB Variations
Color information
#DD4D08 (or 0xDD4D08) is known color: Persimmon. HEX triplet: DD, 4D and 08. RGB value is (221,77,8). Sum of RGB (Red+Green+Blue) = 221+77+8=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D08 is #22B2F7. Grayscale: #707070. Windows color (decimal): -2274040 or 544221. OLE color: 544221.
HSL color Cylindrical-coordinate representation of color #DD4D08: hue angle of 19.44º 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 #DD4D08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.13 |
| HSL | 19.44º | 0.93% | 0.45% | - |
| HSV(B) | 19.44º | 0.96% | 0.87% | - |
| XYZ | 32.52 | 20.7 | 2.51 | - |
| YUV | 112.19 | 69.21 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 8 | 0 | 0.65 | 0.96 | 0.13 | 19.44 | 0.93 | 0.45 |
| Hex | DD | 4D | 8 | 0 | 41 | 60 | D | 13 | 5D | 2D |
| Octal | 335 | 115 | 10 | 0 | 101 | 140 | 15 | 23 | 135 | 55 |
| Binary | 11011101 | 1001101 | 1000 | 0 | 1000001 | 1100000 | 1101 | 10011 | 1011101 | 101101 |
Color Harmonies of #DD4D08
Complementary color
Monochromatic Colors of #DD4D08
Black with #DD4D08
Text Example
Text Example
White with #DD4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D08; }
p { color: rgb(221,77,8); }
H1.HeaderClassName
{
color: #DD4D08;
}
.AnyTagClassName
{
color: #DD4D08;
}
</style>
background-color css
<style>
a { background-color: #DD4D08; }
a { background-color: rgb(221,77,8); }
div.DivClassName
{
background-color: #DD4D08;
}
.BgClassName
{
background-color: #DD4D08;
}
</style>
border-color css
<style>
span { border-color: #DD4D08; }
span { border-color: rgb(221,77,8); }
td.TdClassName
{
border-color: #DD4D08;
}
.TagClassName
{
border-color: #DD4D08;
}
</style>