Shades of Persimmon #DD4B16
Tints of Persimmon #DD4B16
RGB
CMYK
RGB Variations
Color information
#DD4B16 (or 0xDD4B16) is known color: Persimmon. HEX triplet: DD, 4B and 16. RGB value is (221,75,22). Sum of RGB (Red+Green+Blue) = 221+75+22=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B16 is #22B4E9. Grayscale: #707070. Windows color (decimal): -2274538 or 1461213. OLE color: 1461213.
HSL color Cylindrical-coordinate representation of color #DD4B16: hue angle of 15.98º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4B16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.13 |
| HSL | 15.98º | 0.82% | 0.48% | - |
| HSV(B) | 15.98º | 0.9% | 0.87% | - |
| XYZ | 32.48 | 20.46 | 3 | - |
| YUV | 112.61 | 76.87 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 22 | 0 | 0.66 | 0.90 | 0.13 | 15.98 | 0.82 | 0.48 |
| Hex | DD | 4B | 16 | 0 | 42 | 5A | D | 10 | 52 | 30 |
| Octal | 335 | 113 | 26 | 0 | 102 | 132 | 15 | 20 | 122 | 60 |
| Binary | 11011101 | 1001011 | 10110 | 0 | 1000010 | 1011010 | 1101 | 10000 | 1010010 | 110000 |
Color Harmonies of #DD4B16
Complementary color
Monochromatic Colors of #DD4B16
Black with #DD4B16
Text Example
Text Example
White with #DD4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B16; }
p { color: rgb(221,75,22); }
H1.HeaderClassName
{
color: #DD4B16;
}
.AnyTagClassName
{
color: #DD4B16;
}
</style>
background-color css
<style>
a { background-color: #DD4B16; }
a { background-color: rgb(221,75,22); }
div.DivClassName
{
background-color: #DD4B16;
}
.BgClassName
{
background-color: #DD4B16;
}
</style>
border-color css
<style>
span { border-color: #DD4B16; }
span { border-color: rgb(221,75,22); }
td.TdClassName
{
border-color: #DD4B16;
}
.TagClassName
{
border-color: #DD4B16;
}
</style>