Shades of Persimmon #DF480C
Tints of Persimmon #DF480C
RGB
CMYK
RGB Variations
Color information
#DF480C (or 0xDF480C) is known color: Persimmon. HEX triplet: DF, 48 and 0C. RGB value is (223,72,12). Sum of RGB (Red+Green+Blue) = 223+72+12=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF480C is #20B7F3. Grayscale: #6E6E6E. Windows color (decimal): -2144244 or 805087. OLE color: 805087.
HSL color Cylindrical-coordinate representation of color #DF480C: hue angle of 17.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF480C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.13 |
| HSL | 17.06º | 0.9% | 0.46% | - |
| HSV(B) | 17.06º | 0.95% | 0.87% | - |
| XYZ | 32.82 | 20.35 | 2.55 | - |
| YUV | 110.31 | 72.53 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 12 | 0 | 0.68 | 0.95 | 0.13 | 17.06 | 0.9 | 0.46 |
| Hex | DF | 48 | C | 0 | 44 | 5F | D | 11 | 5A | 2E |
| Octal | 337 | 110 | 14 | 0 | 104 | 137 | 15 | 21 | 132 | 56 |
| Binary | 11011111 | 1001000 | 1100 | 0 | 1000100 | 1011111 | 1101 | 10001 | 1011010 | 101110 |
Color Harmonies of #DF480C
Complementary color
Monochromatic Colors of #DF480C
Black with #DF480C
Text Example
Text Example
White with #DF480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF480C; }
p { color: rgb(223,72,12); }
H1.HeaderClassName
{
color: #DF480C;
}
.AnyTagClassName
{
color: #DF480C;
}
</style>
background-color css
<style>
a { background-color: #DF480C; }
a { background-color: rgb(223,72,12); }
div.DivClassName
{
background-color: #DF480C;
}
.BgClassName
{
background-color: #DF480C;
}
</style>
border-color css
<style>
span { border-color: #DF480C; }
span { border-color: rgb(223,72,12); }
td.TdClassName
{
border-color: #DF480C;
}
.TagClassName
{
border-color: #DF480C;
}
</style>