Shades of Persimmon #DF4B0D
Tints of Persimmon #DF4B0D
RGB
CMYK
RGB Variations
Color information
#DF4B0D (or 0xDF4B0D) is known color: Persimmon. HEX triplet: DF, 4B and 0D. RGB value is (223,75,13). Sum of RGB (Red+Green+Blue) = 223+75+13=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B0D is #20B4F2. Grayscale: #707070. Windows color (decimal): -2143475 or 871391. OLE color: 871391.
HSL color Cylindrical-coordinate representation of color #DF4B0D: hue angle of 17.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF4B0D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.13 |
| HSL | 17.71º | 0.89% | 0.46% | - |
| HSV(B) | 17.71º | 0.94% | 0.87% | - |
| XYZ | 33.02 | 20.75 | 2.65 | - |
| YUV | 112.18 | 72.03 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 13 | 0 | 0.66 | 0.94 | 0.13 | 17.71 | 0.89 | 0.46 |
| Hex | DF | 4B | D | 0 | 42 | 5E | D | 12 | 59 | 2E |
| Octal | 337 | 113 | 15 | 0 | 102 | 136 | 15 | 22 | 131 | 56 |
| Binary | 11011111 | 1001011 | 1101 | 0 | 1000010 | 1011110 | 1101 | 10010 | 1011001 | 101110 |
Color Harmonies of #DF4B0D
Complementary color
Monochromatic Colors of #DF4B0D
Black with #DF4B0D
Text Example
Text Example
White with #DF4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B0D; }
p { color: rgb(223,75,13); }
H1.HeaderClassName
{
color: #DF4B0D;
}
.AnyTagClassName
{
color: #DF4B0D;
}
</style>
background-color css
<style>
a { background-color: #DF4B0D; }
a { background-color: rgb(223,75,13); }
div.DivClassName
{
background-color: #DF4B0D;
}
.BgClassName
{
background-color: #DF4B0D;
}
</style>
border-color css
<style>
span { border-color: #DF4B0D; }
span { border-color: rgb(223,75,13); }
td.TdClassName
{
border-color: #DF4B0D;
}
.TagClassName
{
border-color: #DF4B0D;
}
</style>