Shades of Persimmon #DD480C
Tints of Persimmon #DD480C
RGB
CMYK
RGB Variations
Color information
#DD480C (or 0xDD480C) is known color: Persimmon. HEX triplet: DD, 48 and 0C. RGB value is (221,72,12). Sum of RGB (Red+Green+Blue) = 221+72+12=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD480C is #22B7F3. Grayscale: #6E6E6E. Windows color (decimal): -2275316 or 805085. OLE color: 805085.
HSL color Cylindrical-coordinate representation of color #DD480C: hue angle of 17.22º 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 #DD480C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.13 |
| HSL | 17.22º | 0.9% | 0.46% | - |
| HSV(B) | 17.22º | 0.95% | 0.87% | - |
| XYZ | 32.2 | 20.03 | 2.52 | - |
| YUV | 109.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 12 | 0 | 0.67 | 0.95 | 0.13 | 17.22 | 0.9 | 0.46 |
| Hex | DD | 48 | C | 0 | 43 | 5F | D | 11 | 5A | 2E |
| Octal | 335 | 110 | 14 | 0 | 103 | 137 | 15 | 21 | 132 | 56 |
| Binary | 11011101 | 1001000 | 1100 | 0 | 1000011 | 1011111 | 1101 | 10001 | 1011010 | 101110 |
Color Harmonies of #DD480C
Complementary color
Monochromatic Colors of #DD480C
Black with #DD480C
Text Example
Text Example
White with #DD480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD480C; }
p { color: rgb(221,72,12); }
H1.HeaderClassName
{
color: #DD480C;
}
.AnyTagClassName
{
color: #DD480C;
}
</style>
background-color css
<style>
a { background-color: #DD480C; }
a { background-color: rgb(221,72,12); }
div.DivClassName
{
background-color: #DD480C;
}
.BgClassName
{
background-color: #DD480C;
}
</style>
border-color css
<style>
span { border-color: #DD480C; }
span { border-color: rgb(221,72,12); }
td.TdClassName
{
border-color: #DD480C;
}
.TagClassName
{
border-color: #DD480C;
}
</style>