Shades of Persimmon #DD4E03
Tints of Persimmon #DD4E03
RGB
CMYK
RGB Variations
Color information
#DD4E03 (or 0xDD4E03) is known color: Persimmon. HEX triplet: DD, 4E and 03. RGB value is (221,78,3). Sum of RGB (Red+Green+Blue) = 221+78+3=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E03 is #22B1FC. Grayscale: #707070. Windows color (decimal): -2273789 or 216797. OLE color: 216797.
HSL color Cylindrical-coordinate representation of color #DD4E03: hue angle of 20.64º degrees, saturation: 0.97, 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 #DD4E03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.13 |
| HSL | 20.64º | 0.97% | 0.44% | - |
| HSV(B) | 20.64º | 0.99% | 0.87% | - |
| XYZ | 32.56 | 20.83 | 2.39 | - |
| YUV | 112.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 3 | 0 | 0.65 | 0.99 | 0.13 | 20.64 | 0.97 | 0.44 |
| Hex | DD | 4E | 3 | 0 | 41 | 63 | D | 15 | 61 | 2C |
| Octal | 335 | 116 | 3 | 0 | 101 | 143 | 15 | 25 | 141 | 54 |
| Binary | 11011101 | 1001110 | 11 | 0 | 1000001 | 1100011 | 1101 | 10101 | 1100001 | 101100 |
Color Harmonies of #DD4E03
Complementary color
Monochromatic Colors of #DD4E03
Black with #DD4E03
Text Example
Text Example
White with #DD4E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E03; }
p { color: rgb(221,78,3); }
H1.HeaderClassName
{
color: #DD4E03;
}
.AnyTagClassName
{
color: #DD4E03;
}
</style>
background-color css
<style>
a { background-color: #DD4E03; }
a { background-color: rgb(221,78,3); }
div.DivClassName
{
background-color: #DD4E03;
}
.BgClassName
{
background-color: #DD4E03;
}
</style>
border-color css
<style>
span { border-color: #DD4E03; }
span { border-color: rgb(221,78,3); }
td.TdClassName
{
border-color: #DD4E03;
}
.TagClassName
{
border-color: #DD4E03;
}
</style>