Shades of Persimmon #DD4405
Tints of Persimmon #DD4405
RGB
CMYK
RGB Variations
Color information
#DD4405 (or 0xDD4405) is known color: Persimmon. HEX triplet: DD, 44 and 05. RGB value is (221,68,5). Sum of RGB (Red+Green+Blue) = 221+68+5=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4405 is #22BBFA. Grayscale: #6A6A6A. Windows color (decimal): -2276347 or 345309. OLE color: 345309.
HSL color Cylindrical-coordinate representation of color #DD4405: hue angle of 17.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD4405 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.13 |
| HSL | 17.5º | 0.96% | 0.44% | - |
| HSV(B) | 17.5º | 0.98% | 0.87% | - |
| XYZ | 31.91 | 19.52 | 2.23 | - |
| YUV | 106.57 | 70.69 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 5 | 0 | 0.69 | 0.98 | 0.13 | 17.5 | 0.96 | 0.44 |
| Hex | DD | 44 | 5 | 0 | 45 | 62 | D | 12 | 60 | 2C |
| Octal | 335 | 104 | 5 | 0 | 105 | 142 | 15 | 22 | 140 | 54 |
| Binary | 11011101 | 1000100 | 101 | 0 | 1000101 | 1100010 | 1101 | 10010 | 1100000 | 101100 |
Color Harmonies of #DD4405
Complementary color
Monochromatic Colors of #DD4405
Black with #DD4405
Text Example
Text Example
White with #DD4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4405; }
p { color: rgb(221,68,5); }
H1.HeaderClassName
{
color: #DD4405;
}
.AnyTagClassName
{
color: #DD4405;
}
</style>
background-color css
<style>
a { background-color: #DD4405; }
a { background-color: rgb(221,68,5); }
div.DivClassName
{
background-color: #DD4405;
}
.BgClassName
{
background-color: #DD4405;
}
</style>
border-color css
<style>
span { border-color: #DD4405; }
span { border-color: rgb(221,68,5); }
td.TdClassName
{
border-color: #DD4405;
}
.TagClassName
{
border-color: #DD4405;
}
</style>