Shades of Persimmon #DF630D
Tints of Persimmon #DF630D
RGB
CMYK
RGB Variations
Color information
#DF630D (or 0xDF630D) is known color: Persimmon. HEX triplet: DF, 63 and 0D. RGB value is (223,99,13). Sum of RGB (Red+Green+Blue) = 223+99+13=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630D is #209CF2. Grayscale: #7E7E7E. Windows color (decimal): -2137331 or 877535. OLE color: 877535.
HSL color Cylindrical-coordinate representation of color #DF630D: hue angle of 24.57º 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 #DF630D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.13 |
| HSL | 24.57º | 0.89% | 0.46% | - |
| HSV(B) | 24.57º | 0.94% | 0.87% | - |
| XYZ | 34.97 | 24.64 | 3.29 | - |
| YUV | 126.27 | 64.08 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 13 | 0 | 0.56 | 0.94 | 0.13 | 24.57 | 0.89 | 0.46 |
| Hex | DF | 63 | D | 0 | 38 | 5E | D | 19 | 59 | 2E |
| Octal | 337 | 143 | 15 | 0 | 70 | 136 | 15 | 31 | 131 | 56 |
| Binary | 11011111 | 1100011 | 1101 | 0 | 111000 | 1011110 | 1101 | 11001 | 1011001 | 101110 |
Color Harmonies of #DF630D
Complementary color
Monochromatic Colors of #DF630D
Black with #DF630D
Text Example
Text Example
White with #DF630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF630D; }
p { color: rgb(223,99,13); }
H1.HeaderClassName
{
color: #DF630D;
}
.AnyTagClassName
{
color: #DF630D;
}
</style>
background-color css
<style>
a { background-color: #DF630D; }
a { background-color: rgb(223,99,13); }
div.DivClassName
{
background-color: #DF630D;
}
.BgClassName
{
background-color: #DF630D;
}
</style>
border-color css
<style>
span { border-color: #DF630D; }
span { border-color: rgb(223,99,13); }
td.TdClassName
{
border-color: #DF630D;
}
.TagClassName
{
border-color: #DF630D;
}
</style>