Shades of Persimmon #DD6104
Tints of Persimmon #DD6104
RGB
CMYK
RGB Variations
Color information
#DD6104 (or 0xDD6104) is known color: Persimmon. HEX triplet: DD, 61 and 04. RGB value is (221,97,4). Sum of RGB (Red+Green+Blue) = 221+97+4=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6104 is #229EFB. Grayscale: #7B7B7B. Windows color (decimal): -2268924 or 287197. OLE color: 287197.
HSL color Cylindrical-coordinate representation of color #DD6104: hue angle of 25.71º 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 #DD6104 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.13 |
| HSL | 25.71º | 0.96% | 0.44% | - |
| HSV(B) | 25.71º | 0.98% | 0.87% | - |
| XYZ | 34.12 | 23.93 | 2.94 | - |
| YUV | 123.47 | 60.58 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 4 | 0 | 0.56 | 0.98 | 0.13 | 25.71 | 0.96 | 0.44 |
| Hex | DD | 61 | 4 | 0 | 38 | 62 | D | 1A | 60 | 2C |
| Octal | 335 | 141 | 4 | 0 | 70 | 142 | 15 | 32 | 140 | 54 |
| Binary | 11011101 | 1100001 | 100 | 0 | 111000 | 1100010 | 1101 | 11010 | 1100000 | 101100 |
Color Harmonies of #DD6104
Complementary color
Monochromatic Colors of #DD6104
Black with #DD6104
Text Example
Text Example
White with #DD6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6104; }
p { color: rgb(221,97,4); }
H1.HeaderClassName
{
color: #DD6104;
}
.AnyTagClassName
{
color: #DD6104;
}
</style>
background-color css
<style>
a { background-color: #DD6104; }
a { background-color: rgb(221,97,4); }
div.DivClassName
{
background-color: #DD6104;
}
.BgClassName
{
background-color: #DD6104;
}
</style>
border-color css
<style>
span { border-color: #DD6104; }
span { border-color: rgb(221,97,4); }
td.TdClassName
{
border-color: #DD6104;
}
.TagClassName
{
border-color: #DD6104;
}
</style>