Shades of Persimmon #DD4505
Tints of Persimmon #DD4505
RGB
CMYK
RGB Variations
Color information
#DD4505 (or 0xDD4505) is known color: Persimmon. HEX triplet: DD, 45 and 05. RGB value is (221,69,5). Sum of RGB (Red+Green+Blue) = 221+69+5=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4505 is #22BAFA. Grayscale: #6B6B6B. Windows color (decimal): -2276091 or 345565. OLE color: 345565.
HSL color Cylindrical-coordinate representation of color #DD4505: hue angle of 17.78º 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 #DD4505 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.13 |
| HSL | 17.78º | 0.96% | 0.44% | - |
| HSV(B) | 17.78º | 0.98% | 0.87% | - |
| XYZ | 31.97 | 19.64 | 2.25 | - |
| YUV | 107.15 | 70.36 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 5 | 0 | 0.69 | 0.98 | 0.13 | 17.78 | 0.96 | 0.44 |
| Hex | DD | 45 | 5 | 0 | 45 | 62 | D | 12 | 60 | 2C |
| Octal | 335 | 105 | 5 | 0 | 105 | 142 | 15 | 22 | 140 | 54 |
| Binary | 11011101 | 1000101 | 101 | 0 | 1000101 | 1100010 | 1101 | 10010 | 1100000 | 101100 |
Color Harmonies of #DD4505
Complementary color
Monochromatic Colors of #DD4505
Black with #DD4505
Text Example
Text Example
White with #DD4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4505; }
p { color: rgb(221,69,5); }
H1.HeaderClassName
{
color: #DD4505;
}
.AnyTagClassName
{
color: #DD4505;
}
</style>
background-color css
<style>
a { background-color: #DD4505; }
a { background-color: rgb(221,69,5); }
div.DivClassName
{
background-color: #DD4505;
}
.BgClassName
{
background-color: #DD4505;
}
</style>
border-color css
<style>
span { border-color: #DD4505; }
span { border-color: rgb(221,69,5); }
td.TdClassName
{
border-color: #DD4505;
}
.TagClassName
{
border-color: #DD4505;
}
</style>