Shades of Persimmon #DD4A14
Tints of Persimmon #DD4A14
RGB
CMYK
RGB Variations
Color information
#DD4A14 (or 0xDD4A14) is known color: Persimmon. HEX triplet: DD, 4A and 14. RGB value is (221,74,20). Sum of RGB (Red+Green+Blue) = 221+74+20=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A14 is #22B5EB. Grayscale: #707070. Windows color (decimal): -2274796 or 1329885. OLE color: 1329885.
HSL color Cylindrical-coordinate representation of color #DD4A14: hue angle of 16.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4A14 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.13 |
| HSL | 16.12º | 0.83% | 0.47% | - |
| HSV(B) | 16.12º | 0.91% | 0.87% | - |
| XYZ | 32.39 | 20.32 | 2.88 | - |
| YUV | 111.8 | 76.2 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 20 | 0 | 0.67 | 0.91 | 0.13 | 16.12 | 0.83 | 0.47 |
| Hex | DD | 4A | 14 | 0 | 43 | 5B | D | 10 | 53 | 2F |
| Octal | 335 | 112 | 24 | 0 | 103 | 133 | 15 | 20 | 123 | 57 |
| Binary | 11011101 | 1001010 | 10100 | 0 | 1000011 | 1011011 | 1101 | 10000 | 1010011 | 101111 |
Color Harmonies of #DD4A14
Complementary color
Monochromatic Colors of #DD4A14
Black with #DD4A14
Text Example
Text Example
White with #DD4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A14; }
p { color: rgb(221,74,20); }
H1.HeaderClassName
{
color: #DD4A14;
}
.AnyTagClassName
{
color: #DD4A14;
}
</style>
background-color css
<style>
a { background-color: #DD4A14; }
a { background-color: rgb(221,74,20); }
div.DivClassName
{
background-color: #DD4A14;
}
.BgClassName
{
background-color: #DD4A14;
}
</style>
border-color css
<style>
span { border-color: #DD4A14; }
span { border-color: rgb(221,74,20); }
td.TdClassName
{
border-color: #DD4A14;
}
.TagClassName
{
border-color: #DD4A14;
}
</style>