Shades of Persimmon #DD4400
Tints of Persimmon #DD4400
RGB
CMYK
RGB Variations
Color information
#DD4400 (or 0xDD4400) is known color: Persimmon. HEX triplet: DD, 44 and 00. RGB value is (221,68,0). Sum of RGB (Red+Green+Blue) = 221+68+0=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4400 is #22BBFF. Grayscale: #6A6A6A. Windows color (decimal): -2276352 or 17629. OLE color: 17629.
HSL color Cylindrical-coordinate representation of color #DD4400: hue angle of 18.46º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.13 |
| HSL | 18.46º | 1% | 0.43% | - |
| HSV(B) | 18.46º | 1% | 0.87% | - |
| XYZ | 31.89 | 19.51 | 2.08 | - |
| YUV | 106 | 68.19 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 0 | 0 | 0.69 | 1 | 0.13 | 18.46 | 1 | 0.43 |
| Hex | DD | 44 | 0 | 0 | 45 | 64 | D | 12 | 64 | 2B |
| Octal | 335 | 104 | 0 | 0 | 105 | 144 | 15 | 22 | 144 | 53 |
| Binary | 11011101 | 1000100 | 0 | 0 | 1000101 | 1100100 | 1101 | 10010 | 1100100 | 101011 |
Color Harmonies of #DD4400
Complementary color
Monochromatic Colors of #DD4400
Black with #DD4400
Text Example
Text Example
White with #DD4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4400; }
p { color: rgb(221,68,0); }
H1.HeaderClassName
{
color: #DD4400;
}
.AnyTagClassName
{
color: #DD4400;
}
</style>
background-color css
<style>
a { background-color: #DD4400; }
a { background-color: rgb(221,68,0); }
div.DivClassName
{
background-color: #DD4400;
}
.BgClassName
{
background-color: #DD4400;
}
</style>
border-color css
<style>
span { border-color: #DD4400; }
span { border-color: rgb(221,68,0); }
td.TdClassName
{
border-color: #DD4400;
}
.TagClassName
{
border-color: #DD4400;
}
</style>