Shades of Persimmon #DD4A0E
Tints of Persimmon #DD4A0E
RGB
CMYK
RGB Variations
Color information
#DD4A0E (or 0xDD4A0E) is known color: Persimmon. HEX triplet: DD, 4A and 0E. RGB value is (221,74,14). Sum of RGB (Red+Green+Blue) = 221+74+14=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A0E is #22B5F1. Grayscale: #6F6F6F. Windows color (decimal): -2274802 or 936669. OLE color: 936669.
HSL color Cylindrical-coordinate representation of color #DD4A0E: hue angle of 17.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD4A0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.13 |
| HSL | 17.39º | 0.88% | 0.46% | - |
| HSV(B) | 17.39º | 0.94% | 0.87% | - |
| XYZ | 32.35 | 20.3 | 2.63 | - |
| YUV | 111.11 | 73.2 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 14 | 0 | 0.67 | 0.94 | 0.13 | 17.39 | 0.88 | 0.46 |
| Hex | DD | 4A | E | 0 | 43 | 5E | D | 11 | 58 | 2E |
| Octal | 335 | 112 | 16 | 0 | 103 | 136 | 15 | 21 | 130 | 56 |
| Binary | 11011101 | 1001010 | 1110 | 0 | 1000011 | 1011110 | 1101 | 10001 | 1011000 | 101110 |
Color Harmonies of #DD4A0E
Complementary color
Monochromatic Colors of #DD4A0E
Black with #DD4A0E
Text Example
Text Example
White with #DD4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A0E; }
p { color: rgb(221,74,14); }
H1.HeaderClassName
{
color: #DD4A0E;
}
.AnyTagClassName
{
color: #DD4A0E;
}
</style>
background-color css
<style>
a { background-color: #DD4A0E; }
a { background-color: rgb(221,74,14); }
div.DivClassName
{
background-color: #DD4A0E;
}
.BgClassName
{
background-color: #DD4A0E;
}
</style>
border-color css
<style>
span { border-color: #DD4A0E; }
span { border-color: rgb(221,74,14); }
td.TdClassName
{
border-color: #DD4A0E;
}
.TagClassName
{
border-color: #DD4A0E;
}
</style>