Shades of Persimmon #DD5100
Tints of Persimmon #DD5100
RGB
CMYK
RGB Variations
Color information
#DD5100 (or 0xDD5100) is known color: Persimmon. HEX triplet: DD, 51 and 00. RGB value is (221,81,0). Sum of RGB (Red+Green+Blue) = 221+81+0=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5100 is #22AEFF. Grayscale: #727272. Windows color (decimal): -2273024 or 20957. OLE color: 20957.
HSL color Cylindrical-coordinate representation of color #DD5100: hue angle of 21.99º 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 #DD5100 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.13 |
| HSL | 21.99º | 1% | 0.43% | - |
| HSV(B) | 21.99º | 1% | 0.87% | - |
| XYZ | 32.76 | 21.26 | 2.38 | - |
| YUV | 113.63 | 63.88 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 0 | 0 | 0.63 | 1 | 0.13 | 21.99 | 1 | 0.43 |
| Hex | DD | 51 | 0 | 0 | 3F | 64 | D | 16 | 64 | 2B |
| Octal | 335 | 121 | 0 | 0 | 77 | 144 | 15 | 26 | 144 | 53 |
| Binary | 11011101 | 1010001 | 0 | 0 | 111111 | 1100100 | 1101 | 10110 | 1100100 | 101011 |
Color Harmonies of #DD5100
Complementary color
Monochromatic Colors of #DD5100
Black with #DD5100
Text Example
Text Example
White with #DD5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5100; }
p { color: rgb(221,81,0); }
H1.HeaderClassName
{
color: #DD5100;
}
.AnyTagClassName
{
color: #DD5100;
}
</style>
background-color css
<style>
a { background-color: #DD5100; }
a { background-color: rgb(221,81,0); }
div.DivClassName
{
background-color: #DD5100;
}
.BgClassName
{
background-color: #DD5100;
}
</style>
border-color css
<style>
span { border-color: #DD5100; }
span { border-color: rgb(221,81,0); }
td.TdClassName
{
border-color: #DD5100;
}
.TagClassName
{
border-color: #DD5100;
}
</style>