Shades of Persimmon #DD4911
Tints of Persimmon #DD4911
RGB
CMYK
RGB Variations
Color information
#DD4911 (or 0xDD4911) is known color: Persimmon. HEX triplet: DD, 49 and 11. RGB value is (221,73,17). Sum of RGB (Red+Green+Blue) = 221+73+17=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4911 is #22B6EE. Grayscale: #6F6F6F. Windows color (decimal): -2275055 or 1133021. OLE color: 1133021.
HSL color Cylindrical-coordinate representation of color #DD4911: hue angle of 16.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4911 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.13 |
| HSL | 16.47º | 0.86% | 0.47% | - |
| HSV(B) | 16.47º | 0.92% | 0.87% | - |
| XYZ | 32.3 | 20.18 | 2.72 | - |
| YUV | 110.87 | 75.03 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 17 | 0 | 0.67 | 0.92 | 0.13 | 16.47 | 0.86 | 0.47 |
| Hex | DD | 49 | 11 | 0 | 43 | 5C | D | 10 | 56 | 2F |
| Octal | 335 | 111 | 21 | 0 | 103 | 134 | 15 | 20 | 126 | 57 |
| Binary | 11011101 | 1001001 | 10001 | 0 | 1000011 | 1011100 | 1101 | 10000 | 1010110 | 101111 |
Color Harmonies of #DD4911
Complementary color
Monochromatic Colors of #DD4911
Black with #DD4911
Text Example
Text Example
White with #DD4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4911; }
p { color: rgb(221,73,17); }
H1.HeaderClassName
{
color: #DD4911;
}
.AnyTagClassName
{
color: #DD4911;
}
</style>
background-color css
<style>
a { background-color: #DD4911; }
a { background-color: rgb(221,73,17); }
div.DivClassName
{
background-color: #DD4911;
}
.BgClassName
{
background-color: #DD4911;
}
</style>
border-color css
<style>
span { border-color: #DD4911; }
span { border-color: rgb(221,73,17); }
td.TdClassName
{
border-color: #DD4911;
}
.TagClassName
{
border-color: #DD4911;
}
</style>