Shades of Persimmon #DD4F04
Tints of Persimmon #DD4F04
RGB
CMYK
RGB Variations
Color information
#DD4F04 (or 0xDD4F04) is known color: Persimmon. HEX triplet: DD, 4F and 04. RGB value is (221,79,4). Sum of RGB (Red+Green+Blue) = 221+79+4=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F04 is #22B0FB. Grayscale: #717171. Windows color (decimal): -2273532 or 282589. OLE color: 282589.
HSL color Cylindrical-coordinate representation of color #DD4F04: hue angle of 20.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD4F04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 79 | 4 | - |
CMYK | 0 | 0.64 | 0.98 | 0.13 |
HSL | 20.74º | 0.96% | 0.44% | - |
HSV(B) | 20.74º | 0.98% | 0.87% | - |
XYZ | 32.64 | 20.97 | 2.44 | - |
YUV | 112.91 | 66.54 | 205.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 79 | 4 | 0 | 0.64 | 0.98 | 0.13 | 20.74 | 0.96 | 0.44 |
Hex | DD | 4F | 4 | 0 | 40 | 62 | D | 15 | 60 | 2C |
Octal | 335 | 117 | 4 | 0 | 100 | 142 | 15 | 25 | 140 | 54 |
Binary | 11011101 | 1001111 | 100 | 0 | 1000000 | 1100010 | 1101 | 10101 | 1100000 | 101100 |
Color Harmonies of #DD4F04
Complementary color
Monochromatic Colors of #DD4F04
Black with #DD4F04
Text Example
Text Example
White with #DD4F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F04; }
p { color: rgb(221,79,4); }
H1.HeaderClassName
{
color: #DD4F04;
}
.AnyTagClassName
{
color: #DD4F04;
}
</style>
background-color css
<style>
a { background-color: #DD4F04; }
a { background-color: rgb(221,79,4); }
div.DivClassName
{
background-color: #DD4F04;
}
.BgClassName
{
background-color: #DD4F04;
}
</style>
border-color css
<style>
span { border-color: #DD4F04; }
span { border-color: rgb(221,79,4); }
td.TdClassName
{
border-color: #DD4F04;
}
.TagClassName
{
border-color: #DD4F04;
}
</style>