Shades of Persimmon #DF630B
Tints of Persimmon #DF630B
RGB
CMYK
RGB Variations
Color information
#DF630B (or 0xDF630B) is known color: Persimmon. HEX triplet: DF, 63 and 0B. RGB value is (223,99,11). Sum of RGB (Red+Green+Blue) = 223+99+11=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630B is #209CF4. Grayscale: #7E7E7E. Windows color (decimal): -2137333 or 746463. OLE color: 746463.
HSL color Cylindrical-coordinate representation of color #DF630B: hue angle of 24.91º degrees, saturation: 0.91, 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 #DF630B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.13 |
| HSL | 24.91º | 0.91% | 0.46% | - |
| HSV(B) | 24.91º | 0.95% | 0.87% | - |
| XYZ | 34.95 | 24.64 | 3.23 | - |
| YUV | 126.04 | 63.08 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 11 | 0 | 0.56 | 0.95 | 0.13 | 24.91 | 0.91 | 0.46 |
| Hex | DF | 63 | B | 0 | 38 | 5F | D | 19 | 5B | 2E |
| Octal | 337 | 143 | 13 | 0 | 70 | 137 | 15 | 31 | 133 | 56 |
| Binary | 11011111 | 1100011 | 1011 | 0 | 111000 | 1011111 | 1101 | 11001 | 1011011 | 101110 |
Color Harmonies of #DF630B
Complementary color
Monochromatic Colors of #DF630B
Black with #DF630B
Text Example
Text Example
White with #DF630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF630B; }
p { color: rgb(223,99,11); }
H1.HeaderClassName
{
color: #DF630B;
}
.AnyTagClassName
{
color: #DF630B;
}
</style>
background-color css
<style>
a { background-color: #DF630B; }
a { background-color: rgb(223,99,11); }
div.DivClassName
{
background-color: #DF630B;
}
.BgClassName
{
background-color: #DF630B;
}
</style>
border-color css
<style>
span { border-color: #DF630B; }
span { border-color: rgb(223,99,11); }
td.TdClassName
{
border-color: #DF630B;
}
.TagClassName
{
border-color: #DF630B;
}
</style>