Shades of Persimmon #DF480A
Tints of Persimmon #DF480A
RGB
CMYK
RGB Variations
Color information
#DF480A (or 0xDF480A) is known color: Persimmon. HEX triplet: DF, 48 and 0A. RGB value is (223,72,10). Sum of RGB (Red+Green+Blue) = 223+72+10=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF480A is #20B7F5. Grayscale: #6E6E6E. Windows color (decimal): -2144246 or 674015. OLE color: 674015.
HSL color Cylindrical-coordinate representation of color #DF480A: hue angle of 17.46º 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 #DF480A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.13 |
| HSL | 17.46º | 0.91% | 0.46% | - |
| HSV(B) | 17.46º | 0.96% | 0.87% | - |
| XYZ | 32.8 | 20.34 | 2.49 | - |
| YUV | 110.08 | 71.53 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 10 | 0 | 0.68 | 0.96 | 0.13 | 17.46 | 0.91 | 0.46 |
| Hex | DF | 48 | A | 0 | 44 | 60 | D | 11 | 5B | 2E |
| Octal | 337 | 110 | 12 | 0 | 104 | 140 | 15 | 21 | 133 | 56 |
| Binary | 11011111 | 1001000 | 1010 | 0 | 1000100 | 1100000 | 1101 | 10001 | 1011011 | 101110 |
Color Harmonies of #DF480A
Complementary color
Monochromatic Colors of #DF480A
Black with #DF480A
Text Example
Text Example
White with #DF480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF480A; }
p { color: rgb(223,72,10); }
H1.HeaderClassName
{
color: #DF480A;
}
.AnyTagClassName
{
color: #DF480A;
}
</style>
background-color css
<style>
a { background-color: #DF480A; }
a { background-color: rgb(223,72,10); }
div.DivClassName
{
background-color: #DF480A;
}
.BgClassName
{
background-color: #DF480A;
}
</style>
border-color css
<style>
span { border-color: #DF480A; }
span { border-color: rgb(223,72,10); }
td.TdClassName
{
border-color: #DF480A;
}
.TagClassName
{
border-color: #DF480A;
}
</style>