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