Shades of Persimmon #DD5D00
Tints of Persimmon #DD5D00
RGB
CMYK
RGB Variations
Color information
#DD5D00 (or 0xDD5D00) is known color: Persimmon. HEX triplet: DD, 5D and 00. RGB value is (221,93,0). Sum of RGB (Red+Green+Blue) = 221+93+0=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5D00 is #22A2FF. Grayscale: #797979. Windows color (decimal): -2269952 or 24029. OLE color: 24029.
HSL color Cylindrical-coordinate representation of color #DD5D00: hue angle of 25.25º 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 #DD5D00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.13 |
| HSL | 25.25º | 1% | 0.43% | - |
| HSV(B) | 25.25º | 1% | 0.87% | - |
| XYZ | 33.73 | 23.2 | 2.7 | - |
| YUV | 120.67 | 59.91 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 0 | 0 | 0.58 | 1 | 0.13 | 25.25 | 1 | 0.43 |
| Hex | DD | 5D | 0 | 0 | 3A | 64 | D | 19 | 64 | 2B |
| Octal | 335 | 135 | 0 | 0 | 72 | 144 | 15 | 31 | 144 | 53 |
| Binary | 11011101 | 1011101 | 0 | 0 | 111010 | 1100100 | 1101 | 11001 | 1100100 | 101011 |
Color Harmonies of #DD5D00
Complementary color
Monochromatic Colors of #DD5D00
Black with #DD5D00
Text Example
Text Example
White with #DD5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D00; }
p { color: rgb(221,93,0); }
H1.HeaderClassName
{
color: #DD5D00;
}
.AnyTagClassName
{
color: #DD5D00;
}
</style>
background-color css
<style>
a { background-color: #DD5D00; }
a { background-color: rgb(221,93,0); }
div.DivClassName
{
background-color: #DD5D00;
}
.BgClassName
{
background-color: #DD5D00;
}
</style>
border-color css
<style>
span { border-color: #DD5D00; }
span { border-color: rgb(221,93,0); }
td.TdClassName
{
border-color: #DD5D00;
}
.TagClassName
{
border-color: #DD5D00;
}
</style>