Shades of Persimmon #DF4B09
Tints of Persimmon #DF4B09
RGB
CMYK
RGB Variations
Color information
#DF4B09 (or 0xDF4B09) is known color: Persimmon. HEX triplet: DF, 4B and 09. RGB value is (223,75,9). Sum of RGB (Red+Green+Blue) = 223+75+9=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B09 is #20B4F6. Grayscale: #707070. Windows color (decimal): -2143479 or 609247. OLE color: 609247.
HSL color Cylindrical-coordinate representation of color #DF4B09: hue angle of 18.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4B09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.13 |
| HSL | 18.5º | 0.92% | 0.45% | - |
| HSV(B) | 18.5º | 0.96% | 0.87% | - |
| XYZ | 33 | 20.74 | 2.52 | - |
| YUV | 111.73 | 70.03 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 9 | 0 | 0.66 | 0.96 | 0.13 | 18.5 | 0.92 | 0.45 |
| Hex | DF | 4B | 9 | 0 | 42 | 60 | D | 13 | 5C | 2D |
| Octal | 337 | 113 | 11 | 0 | 102 | 140 | 15 | 23 | 134 | 55 |
| Binary | 11011111 | 1001011 | 1001 | 0 | 1000010 | 1100000 | 1101 | 10011 | 1011100 | 101101 |
Color Harmonies of #DF4B09
Complementary color
Monochromatic Colors of #DF4B09
Black with #DF4B09
Text Example
Text Example
White with #DF4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B09; }
p { color: rgb(223,75,9); }
H1.HeaderClassName
{
color: #DF4B09;
}
.AnyTagClassName
{
color: #DF4B09;
}
</style>
background-color css
<style>
a { background-color: #DF4B09; }
a { background-color: rgb(223,75,9); }
div.DivClassName
{
background-color: #DF4B09;
}
.BgClassName
{
background-color: #DF4B09;
}
</style>
border-color css
<style>
span { border-color: #DF4B09; }
span { border-color: rgb(223,75,9); }
td.TdClassName
{
border-color: #DF4B09;
}
.TagClassName
{
border-color: #DF4B09;
}
</style>