Shades of Persimmon #DD600D
Tints of Persimmon #DD600D
RGB
CMYK
RGB Variations
Color information
#DD600D (or 0xDD600D) is known color: Persimmon. HEX triplet: DD, 60 and 0D. RGB value is (221,96,13). Sum of RGB (Red+Green+Blue) = 221+96+13=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD600D is #229FF2. Grayscale: #7C7C7C. Windows color (decimal): -2269171 or 876765. OLE color: 876765.
HSL color Cylindrical-coordinate representation of color #DD600D: hue angle of 23.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD600D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.13 |
| HSL | 23.94º | 0.89% | 0.46% | - |
| HSV(B) | 23.94º | 0.94% | 0.87% | - |
| XYZ | 34.07 | 23.77 | 3.17 | - |
| YUV | 123.91 | 65.41 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 13 | 0 | 0.57 | 0.94 | 0.13 | 23.94 | 0.89 | 0.46 |
| Hex | DD | 60 | D | 0 | 39 | 5E | D | 18 | 59 | 2E |
| Octal | 335 | 140 | 15 | 0 | 71 | 136 | 15 | 30 | 131 | 56 |
| Binary | 11011101 | 1100000 | 1101 | 0 | 111001 | 1011110 | 1101 | 11000 | 1011001 | 101110 |
Color Harmonies of #DD600D
Complementary color
Monochromatic Colors of #DD600D
Black with #DD600D
Text Example
Text Example
White with #DD600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD600D; }
p { color: rgb(221,96,13); }
H1.HeaderClassName
{
color: #DD600D;
}
.AnyTagClassName
{
color: #DD600D;
}
</style>
background-color css
<style>
a { background-color: #DD600D; }
a { background-color: rgb(221,96,13); }
div.DivClassName
{
background-color: #DD600D;
}
.BgClassName
{
background-color: #DD600D;
}
</style>
border-color css
<style>
span { border-color: #DD600D; }
span { border-color: rgb(221,96,13); }
td.TdClassName
{
border-color: #DD600D;
}
.TagClassName
{
border-color: #DD600D;
}
</style>