Shades of Persimmon #DD4D12
Tints of Persimmon #DD4D12
RGB
CMYK
RGB Variations
Color information
#DD4D12 (or 0xDD4D12) is known color: Persimmon. HEX triplet: DD, 4D and 12. RGB value is (221,77,18). Sum of RGB (Red+Green+Blue) = 221+77+18=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D12 is #22B2ED. Grayscale: #717171. Windows color (decimal): -2274030 or 1199581. OLE color: 1199581.
HSL color Cylindrical-coordinate representation of color #DD4D12: hue angle of 17.44º degrees, saturation: 0.85, 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 #DD4D12 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.13 |
| HSL | 17.44º | 0.85% | 0.47% | - |
| HSV(B) | 17.44º | 0.92% | 0.87% | - |
| XYZ | 32.58 | 20.72 | 2.86 | - |
| YUV | 113.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 18 | 0 | 0.65 | 0.92 | 0.13 | 17.44 | 0.85 | 0.47 |
| Hex | DD | 4D | 12 | 0 | 41 | 5C | D | 11 | 55 | 2F |
| Octal | 335 | 115 | 22 | 0 | 101 | 134 | 15 | 21 | 125 | 57 |
| Binary | 11011101 | 1001101 | 10010 | 0 | 1000001 | 1011100 | 1101 | 10001 | 1010101 | 101111 |
Color Harmonies of #DD4D12
Complementary color
Monochromatic Colors of #DD4D12
Black with #DD4D12
Text Example
Text Example
White with #DD4D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D12; }
p { color: rgb(221,77,18); }
H1.HeaderClassName
{
color: #DD4D12;
}
.AnyTagClassName
{
color: #DD4D12;
}
</style>
background-color css
<style>
a { background-color: #DD4D12; }
a { background-color: rgb(221,77,18); }
div.DivClassName
{
background-color: #DD4D12;
}
.BgClassName
{
background-color: #DD4D12;
}
</style>
border-color css
<style>
span { border-color: #DD4D12; }
span { border-color: rgb(221,77,18); }
td.TdClassName
{
border-color: #DD4D12;
}
.TagClassName
{
border-color: #DD4D12;
}
</style>