Shades of Persimmon #DD4202
Tints of Persimmon #DD4202
RGB
CMYK
RGB Variations
Color information
#DD4202 (or 0xDD4202) is known color: Persimmon. HEX triplet: DD, 42 and 02. RGB value is (221,66,2). Sum of RGB (Red+Green+Blue) = 221+66+2=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4202 is #22BDFD. Grayscale: #696969. Windows color (decimal): -2276862 or 148189. OLE color: 148189.
HSL color Cylindrical-coordinate representation of color #DD4202: hue angle of 17.53º 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 #DD4202 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.13 |
| HSL | 17.53º | 0.98% | 0.44% | - |
| HSV(B) | 17.53º | 0.99% | 0.87% | - |
| XYZ | 31.78 | 19.27 | 2.1 | - |
| YUV | 105.05 | 69.85 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 2 | 0 | 0.70 | 0.99 | 0.13 | 17.53 | 0.98 | 0.44 |
| Hex | DD | 42 | 2 | 0 | 46 | 63 | D | 12 | 62 | 2C |
| Octal | 335 | 102 | 2 | 0 | 106 | 143 | 15 | 22 | 142 | 54 |
| Binary | 11011101 | 1000010 | 10 | 0 | 1000110 | 1100011 | 1101 | 10010 | 1100010 | 101100 |
Color Harmonies of #DD4202
Complementary color
Monochromatic Colors of #DD4202
Black with #DD4202
Text Example
Text Example
White with #DD4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4202; }
p { color: rgb(221,66,2); }
H1.HeaderClassName
{
color: #DD4202;
}
.AnyTagClassName
{
color: #DD4202;
}
</style>
background-color css
<style>
a { background-color: #DD4202; }
a { background-color: rgb(221,66,2); }
div.DivClassName
{
background-color: #DD4202;
}
.BgClassName
{
background-color: #DD4202;
}
</style>
border-color css
<style>
span { border-color: #DD4202; }
span { border-color: rgb(221,66,2); }
td.TdClassName
{
border-color: #DD4202;
}
.TagClassName
{
border-color: #DD4202;
}
</style>