Shades of Persimmon #DD4603
Tints of Persimmon #DD4603
RGB
CMYK
RGB Variations
Color information
#DD4603 (or 0xDD4603) is known color: Persimmon. HEX triplet: DD, 46 and 03. RGB value is (221,70,3). Sum of RGB (Red+Green+Blue) = 221+70+3=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4603 is #22B9FC. Grayscale: #6B6B6B. Windows color (decimal): -2275837 or 214749. OLE color: 214749.
HSL color Cylindrical-coordinate representation of color #DD4603: hue angle of 18.44º degrees, saturation: 0.97, 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 #DD4603 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.13 |
| HSL | 18.44º | 0.97% | 0.44% | - |
| HSV(B) | 18.44º | 0.99% | 0.87% | - |
| XYZ | 32.03 | 19.76 | 2.21 | - |
| YUV | 107.51 | 69.03 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 3 | 0 | 0.68 | 0.99 | 0.13 | 18.44 | 0.97 | 0.44 |
| Hex | DD | 46 | 3 | 0 | 44 | 63 | D | 12 | 61 | 2C |
| Octal | 335 | 106 | 3 | 0 | 104 | 143 | 15 | 22 | 141 | 54 |
| Binary | 11011101 | 1000110 | 11 | 0 | 1000100 | 1100011 | 1101 | 10010 | 1100001 | 101100 |
Color Harmonies of #DD4603
Complementary color
Monochromatic Colors of #DD4603
Black with #DD4603
Text Example
Text Example
White with #DD4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4603; }
p { color: rgb(221,70,3); }
H1.HeaderClassName
{
color: #DD4603;
}
.AnyTagClassName
{
color: #DD4603;
}
</style>
background-color css
<style>
a { background-color: #DD4603; }
a { background-color: rgb(221,70,3); }
div.DivClassName
{
background-color: #DD4603;
}
.BgClassName
{
background-color: #DD4603;
}
</style>
border-color css
<style>
span { border-color: #DD4603; }
span { border-color: rgb(221,70,3); }
td.TdClassName
{
border-color: #DD4603;
}
.TagClassName
{
border-color: #DD4603;
}
</style>