Shades of Persimmon #DD4A03
Tints of Persimmon #DD4A03
RGB
CMYK
RGB Variations
Color information
#DD4A03 (or 0xDD4A03) is known color: Persimmon. HEX triplet: DD, 4A and 03. RGB value is (221,74,3). Sum of RGB (Red+Green+Blue) = 221+74+3=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A03 is #22B5FC. Grayscale: #6E6E6E. Windows color (decimal): -2274813 or 215773. OLE color: 215773.
HSL color Cylindrical-coordinate representation of color #DD4A03: hue angle of 19.54º 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 #DD4A03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 19.54º | 0.97% | 0.44% | - |
| HSV(B) | 19.54º | 0.99% | 0.87% | - |
| XYZ | 32.28 | 20.28 | 2.3 | - |
| YUV | 109.86 | 67.7 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 3 | 0 | 0.67 | 0.99 | 0.13 | 19.54 | 0.97 | 0.44 |
| Hex | DD | 4A | 3 | 0 | 43 | 63 | D | 14 | 61 | 2C |
| Octal | 335 | 112 | 3 | 0 | 103 | 143 | 15 | 24 | 141 | 54 |
| Binary | 11011101 | 1001010 | 11 | 0 | 1000011 | 1100011 | 1101 | 10100 | 1100001 | 101100 |
Color Harmonies of #DD4A03
Complementary color
Monochromatic Colors of #DD4A03
Black with #DD4A03
Text Example
Text Example
White with #DD4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A03; }
p { color: rgb(221,74,3); }
H1.HeaderClassName
{
color: #DD4A03;
}
.AnyTagClassName
{
color: #DD4A03;
}
</style>
background-color css
<style>
a { background-color: #DD4A03; }
a { background-color: rgb(221,74,3); }
div.DivClassName
{
background-color: #DD4A03;
}
.BgClassName
{
background-color: #DD4A03;
}
</style>
border-color css
<style>
span { border-color: #DD4A03; }
span { border-color: rgb(221,74,3); }
td.TdClassName
{
border-color: #DD4A03;
}
.TagClassName
{
border-color: #DD4A03;
}
</style>