Shades of Persimmon #DD4B0E
Tints of Persimmon #DD4B0E
RGB
CMYK
RGB Variations
Color information
#DD4B0E (or 0xDD4B0E) is known color: Persimmon. HEX triplet: DD, 4B and 0E. RGB value is (221,75,14). Sum of RGB (Red+Green+Blue) = 221+75+14=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B0E is #22B4F1. Grayscale: #707070. Windows color (decimal): -2274546 or 936925. OLE color: 936925.
HSL color Cylindrical-coordinate representation of color #DD4B0E: hue angle of 17.68º 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 #DD4B0E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.13 |
| HSL | 17.68º | 0.88% | 0.46% | - |
| HSV(B) | 17.68º | 0.94% | 0.87% | - |
| XYZ | 32.41 | 20.44 | 2.65 | - |
| YUV | 111.7 | 72.87 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 14 | 0 | 0.66 | 0.94 | 0.13 | 17.68 | 0.88 | 0.46 |
| Hex | DD | 4B | E | 0 | 42 | 5E | D | 12 | 58 | 2E |
| Octal | 335 | 113 | 16 | 0 | 102 | 136 | 15 | 22 | 130 | 56 |
| Binary | 11011101 | 1001011 | 1110 | 0 | 1000010 | 1011110 | 1101 | 10010 | 1011000 | 101110 |
Color Harmonies of #DD4B0E
Complementary color
Monochromatic Colors of #DD4B0E
Black with #DD4B0E
Text Example
Text Example
White with #DD4B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B0E; }
p { color: rgb(221,75,14); }
H1.HeaderClassName
{
color: #DD4B0E;
}
.AnyTagClassName
{
color: #DD4B0E;
}
</style>
background-color css
<style>
a { background-color: #DD4B0E; }
a { background-color: rgb(221,75,14); }
div.DivClassName
{
background-color: #DD4B0E;
}
.BgClassName
{
background-color: #DD4B0E;
}
</style>
border-color css
<style>
span { border-color: #DD4B0E; }
span { border-color: rgb(221,75,14); }
td.TdClassName
{
border-color: #DD4B0E;
}
.TagClassName
{
border-color: #DD4B0E;
}
</style>