Shades of Persimmon #DD4502
Tints of Persimmon #DD4502
RGB
CMYK
RGB Variations
Color information
#DD4502 (or 0xDD4502) is known color: Persimmon. HEX triplet: DD, 45 and 02. RGB value is (221,69,2). Sum of RGB (Red+Green+Blue) = 221+69+2=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4502 is #22BAFD. Grayscale: #6B6B6B. Windows color (decimal): -2276094 or 148957. OLE color: 148957.
HSL color Cylindrical-coordinate representation of color #DD4502: hue angle of 18.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD4502 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.13 |
| HSL | 18.36º | 0.98% | 0.44% | - |
| HSV(B) | 18.36º | 0.99% | 0.87% | - |
| XYZ | 31.96 | 19.63 | 2.16 | - |
| YUV | 106.81 | 68.86 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 2 | 0 | 0.69 | 0.99 | 0.13 | 18.36 | 0.98 | 0.44 |
| Hex | DD | 45 | 2 | 0 | 45 | 63 | D | 12 | 62 | 2C |
| Octal | 335 | 105 | 2 | 0 | 105 | 143 | 15 | 22 | 142 | 54 |
| Binary | 11011101 | 1000101 | 10 | 0 | 1000101 | 1100011 | 1101 | 10010 | 1100010 | 101100 |
Color Harmonies of #DD4502
Complementary color
Monochromatic Colors of #DD4502
Black with #DD4502
Text Example
Text Example
White with #DD4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4502; }
p { color: rgb(221,69,2); }
H1.HeaderClassName
{
color: #DD4502;
}
.AnyTagClassName
{
color: #DD4502;
}
</style>
background-color css
<style>
a { background-color: #DD4502; }
a { background-color: rgb(221,69,2); }
div.DivClassName
{
background-color: #DD4502;
}
.BgClassName
{
background-color: #DD4502;
}
</style>
border-color css
<style>
span { border-color: #DD4502; }
span { border-color: rgb(221,69,2); }
td.TdClassName
{
border-color: #DD4502;
}
.TagClassName
{
border-color: #DD4502;
}
</style>