Shades of Persimmon #DD5E01
Tints of Persimmon #DD5E01
RGB
CMYK
RGB Variations
Color information
#DD5E01 (or 0xDD5E01) is known color: Persimmon. HEX triplet: DD, 5E and 01. RGB value is (221,94,1). Sum of RGB (Red+Green+Blue) = 221+94+1=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E01 is #22A1FE. Grayscale: #797979. Windows color (decimal): -2269695 or 89821. OLE color: 89821.
HSL color Cylindrical-coordinate representation of color #DD5E01: hue angle of 25.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5E01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.13 |
| HSL | 25.36º | 0.99% | 0.44% | - |
| HSV(B) | 25.36º | 1% | 0.87% | - |
| XYZ | 33.83 | 23.38 | 2.76 | - |
| YUV | 121.37 | 60.08 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 1 | 0 | 0.57 | 1.00 | 0.13 | 25.36 | 0.99 | 0.44 |
| Hex | DD | 5E | 1 | 0 | 39 | 64 | D | 19 | 63 | 2C |
| Octal | 335 | 136 | 1 | 0 | 71 | 144 | 15 | 31 | 143 | 54 |
| Binary | 11011101 | 1011110 | 1 | 0 | 111001 | 1100100 | 1101 | 11001 | 1100011 | 101100 |
Color Harmonies of #DD5E01
Complementary color
Monochromatic Colors of #DD5E01
Black with #DD5E01
Text Example
Text Example
White with #DD5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E01; }
p { color: rgb(221,94,1); }
H1.HeaderClassName
{
color: #DD5E01;
}
.AnyTagClassName
{
color: #DD5E01;
}
</style>
background-color css
<style>
a { background-color: #DD5E01; }
a { background-color: rgb(221,94,1); }
div.DivClassName
{
background-color: #DD5E01;
}
.BgClassName
{
background-color: #DD5E01;
}
</style>
border-color css
<style>
span { border-color: #DD5E01; }
span { border-color: rgb(221,94,1); }
td.TdClassName
{
border-color: #DD5E01;
}
.TagClassName
{
border-color: #DD5E01;
}
</style>