Shades of Persimmon #DD6000
Tints of Persimmon #DD6000
RGB
CMYK
RGB Variations
Color information
#DD6000 (or 0xDD6000) is known color: Persimmon. HEX triplet: DD, 60 and 00. RGB value is (221,96,0). Sum of RGB (Red+Green+Blue) = 221+96+0=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6000 is #229FFF. Grayscale: #7A7A7A. Windows color (decimal): -2269184 or 24797. OLE color: 24797.
HSL color Cylindrical-coordinate representation of color #DD6000: hue angle of 26.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6000 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.13 |
| HSL | 26.06º | 1% | 0.43% | - |
| HSV(B) | 26.06º | 1% | 0.87% | - |
| XYZ | 34 | 23.74 | 2.79 | - |
| YUV | 122.43 | 58.91 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 0 | 0 | 0.57 | 1 | 0.13 | 26.06 | 1 | 0.43 |
| Hex | DD | 60 | 0 | 0 | 39 | 64 | D | 1A | 64 | 2B |
| Octal | 335 | 140 | 0 | 0 | 71 | 144 | 15 | 32 | 144 | 53 |
| Binary | 11011101 | 1100000 | 0 | 0 | 111001 | 1100100 | 1101 | 11010 | 1100100 | 101011 |
Color Harmonies of #DD6000
Complementary color
Monochromatic Colors of #DD6000
Black with #DD6000
Text Example
Text Example
White with #DD6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6000; }
p { color: rgb(221,96,0); }
H1.HeaderClassName
{
color: #DD6000;
}
.AnyTagClassName
{
color: #DD6000;
}
</style>
background-color css
<style>
a { background-color: #DD6000; }
a { background-color: rgb(221,96,0); }
div.DivClassName
{
background-color: #DD6000;
}
.BgClassName
{
background-color: #DD6000;
}
</style>
border-color css
<style>
span { border-color: #DD6000; }
span { border-color: rgb(221,96,0); }
td.TdClassName
{
border-color: #DD6000;
}
.TagClassName
{
border-color: #DD6000;
}
</style>