Shades of Persimmon #DD4506
Tints of Persimmon #DD4506
RGB
CMYK
RGB Variations
Color information
#DD4506 (or 0xDD4506) is known color: Persimmon. HEX triplet: DD, 45 and 06. RGB value is (221,69,6). Sum of RGB (Red+Green+Blue) = 221+69+6=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4506 is #22BAF9. Grayscale: #6B6B6B. Windows color (decimal): -2276090 or 411101. OLE color: 411101.
HSL color Cylindrical-coordinate representation of color #DD4506: hue angle of 17.58º 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 #DD4506 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.13 |
| HSL | 17.58º | 0.95% | 0.45% | - |
| HSV(B) | 17.58º | 0.97% | 0.87% | - |
| XYZ | 31.98 | 19.64 | 2.28 | - |
| YUV | 107.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 6 | 0 | 0.69 | 0.97 | 0.13 | 17.58 | 0.95 | 0.45 |
| Hex | DD | 45 | 6 | 0 | 45 | 61 | D | 12 | 5F | 2D |
| Octal | 335 | 105 | 6 | 0 | 105 | 141 | 15 | 22 | 137 | 55 |
| Binary | 11011101 | 1000101 | 110 | 0 | 1000101 | 1100001 | 1101 | 10010 | 1011111 | 101101 |
Color Harmonies of #DD4506
Complementary color
Monochromatic Colors of #DD4506
Black with #DD4506
Text Example
Text Example
White with #DD4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4506; }
p { color: rgb(221,69,6); }
H1.HeaderClassName
{
color: #DD4506;
}
.AnyTagClassName
{
color: #DD4506;
}
</style>
background-color css
<style>
a { background-color: #DD4506; }
a { background-color: rgb(221,69,6); }
div.DivClassName
{
background-color: #DD4506;
}
.BgClassName
{
background-color: #DD4506;
}
</style>
border-color css
<style>
span { border-color: #DD4506; }
span { border-color: rgb(221,69,6); }
td.TdClassName
{
border-color: #DD4506;
}
.TagClassName
{
border-color: #DD4506;
}
</style>