Shades of Persimmon #DF4B0A
Tints of Persimmon #DF4B0A
RGB
CMYK
RGB Variations
Color information
#DF4B0A (or 0xDF4B0A) is known color: Persimmon. HEX triplet: DF, 4B and 0A. RGB value is (223,75,10). Sum of RGB (Red+Green+Blue) = 223+75+10=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B0A is #20B4F5. Grayscale: #707070. Windows color (decimal): -2143478 or 674783. OLE color: 674783.
HSL color Cylindrical-coordinate representation of color #DF4B0A: hue angle of 18.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4B0A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.13 |
| HSL | 18.31º | 0.91% | 0.46% | - |
| HSV(B) | 18.31º | 0.96% | 0.87% | - |
| XYZ | 33 | 20.74 | 2.55 | - |
| YUV | 111.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 10 | 0 | 0.66 | 0.96 | 0.13 | 18.31 | 0.91 | 0.46 |
| Hex | DF | 4B | A | 0 | 42 | 60 | D | 12 | 5B | 2E |
| Octal | 337 | 113 | 12 | 0 | 102 | 140 | 15 | 22 | 133 | 56 |
| Binary | 11011111 | 1001011 | 1010 | 0 | 1000010 | 1100000 | 1101 | 10010 | 1011011 | 101110 |
Color Harmonies of #DF4B0A
Complementary color
Monochromatic Colors of #DF4B0A
Black with #DF4B0A
Text Example
Text Example
White with #DF4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B0A; }
p { color: rgb(223,75,10); }
H1.HeaderClassName
{
color: #DF4B0A;
}
.AnyTagClassName
{
color: #DF4B0A;
}
</style>
background-color css
<style>
a { background-color: #DF4B0A; }
a { background-color: rgb(223,75,10); }
div.DivClassName
{
background-color: #DF4B0A;
}
.BgClassName
{
background-color: #DF4B0A;
}
</style>
border-color css
<style>
span { border-color: #DF4B0A; }
span { border-color: rgb(223,75,10); }
td.TdClassName
{
border-color: #DF4B0A;
}
.TagClassName
{
border-color: #DF4B0A;
}
</style>