Shades of Persimmon #DD4507
Tints of Persimmon #DD4507
RGB
CMYK
RGB Variations
Color information
#DD4507 (or 0xDD4507) is known color: Persimmon. HEX triplet: DD, 45 and 07. RGB value is (221,69,7). Sum of RGB (Red+Green+Blue) = 221+69+7=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4507 is #22BAF8. Grayscale: #6B6B6B. Windows color (decimal): -2276089 or 476637. OLE color: 476637.
HSL color Cylindrical-coordinate representation of color #DD4507: hue angle of 17.38º degrees, saturation: 0.94, 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 #DD4507 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 7 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.13 |
| HSL | 17.38º | 0.94% | 0.45% | - |
| HSV(B) | 17.38º | 0.97% | 0.87% | - |
| XYZ | 31.99 | 19.64 | 2.31 | - |
| YUV | 107.38 | 71.36 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 7 | 0 | 0.69 | 0.97 | 0.13 | 17.38 | 0.94 | 0.45 |
| Hex | DD | 45 | 7 | 0 | 45 | 61 | D | 11 | 5E | 2D |
| Octal | 335 | 105 | 7 | 0 | 105 | 141 | 15 | 21 | 136 | 55 |
| Binary | 11011101 | 1000101 | 111 | 0 | 1000101 | 1100001 | 1101 | 10001 | 1011110 | 101101 |
Color Harmonies of #DD4507
Complementary color
Monochromatic Colors of #DD4507
Black with #DD4507
Text Example
Text Example
White with #DD4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4507; }
p { color: rgb(221,69,7); }
H1.HeaderClassName
{
color: #DD4507;
}
.AnyTagClassName
{
color: #DD4507;
}
</style>
background-color css
<style>
a { background-color: #DD4507; }
a { background-color: rgb(221,69,7); }
div.DivClassName
{
background-color: #DD4507;
}
.BgClassName
{
background-color: #DD4507;
}
</style>
border-color css
<style>
span { border-color: #DD4507; }
span { border-color: rgb(221,69,7); }
td.TdClassName
{
border-color: #DD4507;
}
.TagClassName
{
border-color: #DD4507;
}
</style>