Shades of Persimmon #DD5A10
Tints of Persimmon #DD5A10
RGB
CMYK
RGB Variations
Color information
#DD5A10 (or 0xDD5A10) is known color: Persimmon. HEX triplet: DD, 5A and 10. RGB value is (221,90,16). Sum of RGB (Red+Green+Blue) = 221+90+16=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A10 is #22A5EF. Grayscale: #797979. Windows color (decimal): -2270704 or 1071837. OLE color: 1071837.
HSL color Cylindrical-coordinate representation of color #DD5A10: hue angle of 21.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD5A10 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.13 |
| HSL | 21.66º | 0.86% | 0.46% | - |
| HSV(B) | 21.66º | 0.93% | 0.87% | - |
| XYZ | 33.57 | 22.72 | 3.11 | - |
| YUV | 120.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 16 | 0 | 0.59 | 0.93 | 0.13 | 21.66 | 0.86 | 0.46 |
| Hex | DD | 5A | 10 | 0 | 3B | 5D | D | 16 | 56 | 2E |
| Octal | 335 | 132 | 20 | 0 | 73 | 135 | 15 | 26 | 126 | 56 |
| Binary | 11011101 | 1011010 | 10000 | 0 | 111011 | 1011101 | 1101 | 10110 | 1010110 | 101110 |
Color Harmonies of #DD5A10
Complementary color
Monochromatic Colors of #DD5A10
Black with #DD5A10
Text Example
Text Example
White with #DD5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A10; }
p { color: rgb(221,90,16); }
H1.HeaderClassName
{
color: #DD5A10;
}
.AnyTagClassName
{
color: #DD5A10;
}
</style>
background-color css
<style>
a { background-color: #DD5A10; }
a { background-color: rgb(221,90,16); }
div.DivClassName
{
background-color: #DD5A10;
}
.BgClassName
{
background-color: #DD5A10;
}
</style>
border-color css
<style>
span { border-color: #DD5A10; }
span { border-color: rgb(221,90,16); }
td.TdClassName
{
border-color: #DD5A10;
}
.TagClassName
{
border-color: #DD5A10;
}
</style>