Shades of Persimmon #DD580B
Tints of Persimmon #DD580B
RGB
CMYK
RGB Variations
Color information
#DD580B (or 0xDD580B) is known color: Persimmon. HEX triplet: DD, 58 and 0B. RGB value is (221,88,11). Sum of RGB (Red+Green+Blue) = 221+88+11=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD580B is #22A7F4. Grayscale: #777777. Windows color (decimal): -2271221 or 743645. OLE color: 743645.
HSL color Cylindrical-coordinate representation of color #DD580B: hue angle of 22º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD580B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.13 |
| HSL | 22º | 0.91% | 0.45% | - |
| HSV(B) | 22º | 0.95% | 0.87% | - |
| XYZ | 33.37 | 22.38 | 2.88 | - |
| YUV | 118.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 11 | 0 | 0.60 | 0.95 | 0.13 | 22 | 0.91 | 0.45 |
| Hex | DD | 58 | B | 0 | 3C | 5F | D | 16 | 5B | 2D |
| Octal | 335 | 130 | 13 | 0 | 74 | 137 | 15 | 26 | 133 | 55 |
| Binary | 11011101 | 1011000 | 1011 | 0 | 111100 | 1011111 | 1101 | 10110 | 1011011 | 101101 |
Color Harmonies of #DD580B
Complementary color
Monochromatic Colors of #DD580B
Black with #DD580B
Text Example
Text Example
White with #DD580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD580B; }
p { color: rgb(221,88,11); }
H1.HeaderClassName
{
color: #DD580B;
}
.AnyTagClassName
{
color: #DD580B;
}
</style>
background-color css
<style>
a { background-color: #DD580B; }
a { background-color: rgb(221,88,11); }
div.DivClassName
{
background-color: #DD580B;
}
.BgClassName
{
background-color: #DD580B;
}
</style>
border-color css
<style>
span { border-color: #DD580B; }
span { border-color: rgb(221,88,11); }
td.TdClassName
{
border-color: #DD580B;
}
.TagClassName
{
border-color: #DD580B;
}
</style>