Shades of Persimmon #DD6006
Tints of Persimmon #DD6006
RGB
CMYK
RGB Variations
Color information
#DD6006 (or 0xDD6006) is known color: Persimmon. HEX triplet: DD, 60 and 06. RGB value is (221,96,6). Sum of RGB (Red+Green+Blue) = 221+96+6=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6006 is #229FF9. Grayscale: #7B7B7B. Windows color (decimal): -2269178 or 418013. OLE color: 418013.
HSL color Cylindrical-coordinate representation of color #DD6006: hue angle of 25.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD6006 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.13 |
| HSL | 25.12º | 0.95% | 0.45% | - |
| HSV(B) | 25.12º | 0.97% | 0.87% | - |
| XYZ | 34.03 | 23.75 | 2.96 | - |
| YUV | 123.12 | 61.91 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 6 | 0 | 0.57 | 0.97 | 0.13 | 25.12 | 0.95 | 0.45 |
| Hex | DD | 60 | 6 | 0 | 39 | 61 | D | 19 | 5F | 2D |
| Octal | 335 | 140 | 6 | 0 | 71 | 141 | 15 | 31 | 137 | 55 |
| Binary | 11011101 | 1100000 | 110 | 0 | 111001 | 1100001 | 1101 | 11001 | 1011111 | 101101 |
Color Harmonies of #DD6006
Complementary color
Monochromatic Colors of #DD6006
Black with #DD6006
Text Example
Text Example
White with #DD6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6006; }
p { color: rgb(221,96,6); }
H1.HeaderClassName
{
color: #DD6006;
}
.AnyTagClassName
{
color: #DD6006;
}
</style>
background-color css
<style>
a { background-color: #DD6006; }
a { background-color: rgb(221,96,6); }
div.DivClassName
{
background-color: #DD6006;
}
.BgClassName
{
background-color: #DD6006;
}
</style>
border-color css
<style>
span { border-color: #DD6006; }
span { border-color: rgb(221,96,6); }
td.TdClassName
{
border-color: #DD6006;
}
.TagClassName
{
border-color: #DD6006;
}
</style>