Shades of Persimmon #DD6105
Tints of Persimmon #DD6105
RGB
CMYK
RGB Variations
Color information
#DD6105 (or 0xDD6105) is known color: Persimmon. HEX triplet: DD, 61 and 05. RGB value is (221,97,5). Sum of RGB (Red+Green+Blue) = 221+97+5=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6105 is #229EFA. Grayscale: #7C7C7C. Windows color (decimal): -2268923 or 352733. OLE color: 352733.
HSL color Cylindrical-coordinate representation of color #DD6105: hue angle of 25.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD6105 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.13 |
| HSL | 25.56º | 0.96% | 0.44% | - |
| HSV(B) | 25.56º | 0.98% | 0.87% | - |
| XYZ | 34.12 | 23.93 | 2.96 | - |
| YUV | 123.59 | 61.08 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 5 | 0 | 0.56 | 0.98 | 0.13 | 25.56 | 0.96 | 0.44 |
| Hex | DD | 61 | 5 | 0 | 38 | 62 | D | 1A | 60 | 2C |
| Octal | 335 | 141 | 5 | 0 | 70 | 142 | 15 | 32 | 140 | 54 |
| Binary | 11011101 | 1100001 | 101 | 0 | 111000 | 1100010 | 1101 | 11010 | 1100000 | 101100 |
Color Harmonies of #DD6105
Complementary color
Monochromatic Colors of #DD6105
Black with #DD6105
Text Example
Text Example
White with #DD6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6105; }
p { color: rgb(221,97,5); }
H1.HeaderClassName
{
color: #DD6105;
}
.AnyTagClassName
{
color: #DD6105;
}
</style>
background-color css
<style>
a { background-color: #DD6105; }
a { background-color: rgb(221,97,5); }
div.DivClassName
{
background-color: #DD6105;
}
.BgClassName
{
background-color: #DD6105;
}
</style>
border-color css
<style>
span { border-color: #DD6105; }
span { border-color: rgb(221,97,5); }
td.TdClassName
{
border-color: #DD6105;
}
.TagClassName
{
border-color: #DD6105;
}
</style>