Shades of Persimmon #DD4703
Tints of Persimmon #DD4703
RGB
CMYK
RGB Variations
Color information
#DD4703 (or 0xDD4703) is known color: Persimmon. HEX triplet: DD, 47 and 03. RGB value is (221,71,3). Sum of RGB (Red+Green+Blue) = 221+71+3=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4703 is #22B8FC. Grayscale: #6C6C6C. Windows color (decimal): -2275581 or 215005. OLE color: 215005.
HSL color Cylindrical-coordinate representation of color #DD4703: hue angle of 18.72º 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 #DD4703 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.13 |
| HSL | 18.72º | 0.97% | 0.44% | - |
| HSV(B) | 18.72º | 0.99% | 0.87% | - |
| XYZ | 32.09 | 19.89 | 2.23 | - |
| YUV | 108.1 | 68.7 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 3 | 0 | 0.68 | 0.99 | 0.13 | 18.72 | 0.97 | 0.44 |
| Hex | DD | 47 | 3 | 0 | 44 | 63 | D | 13 | 61 | 2C |
| Octal | 335 | 107 | 3 | 0 | 104 | 143 | 15 | 23 | 141 | 54 |
| Binary | 11011101 | 1000111 | 11 | 0 | 1000100 | 1100011 | 1101 | 10011 | 1100001 | 101100 |
Color Harmonies of #DD4703
Complementary color
Monochromatic Colors of #DD4703
Black with #DD4703
Text Example
Text Example
White with #DD4703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4703; }
p { color: rgb(221,71,3); }
H1.HeaderClassName
{
color: #DD4703;
}
.AnyTagClassName
{
color: #DD4703;
}
</style>
background-color css
<style>
a { background-color: #DD4703; }
a { background-color: rgb(221,71,3); }
div.DivClassName
{
background-color: #DD4703;
}
.BgClassName
{
background-color: #DD4703;
}
</style>
border-color css
<style>
span { border-color: #DD4703; }
span { border-color: rgb(221,71,3); }
td.TdClassName
{
border-color: #DD4703;
}
.TagClassName
{
border-color: #DD4703;
}
</style>