Shades of Persimmon #DF460B
Tints of Persimmon #DF460B
RGB
CMYK
RGB Variations
Color information
#DF460B (or 0xDF460B) is known color: Persimmon. HEX triplet: DF, 46 and 0B. RGB value is (223,70,11). Sum of RGB (Red+Green+Blue) = 223+70+11=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF460B is #20B9F4. Grayscale: #6D6D6D. Windows color (decimal): -2144757 or 739039. OLE color: 739039.
HSL color Cylindrical-coordinate representation of color #DF460B: hue angle of 16.7º 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 #DF460B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.13 |
| HSL | 16.7º | 0.91% | 0.46% | - |
| HSV(B) | 16.7º | 0.95% | 0.87% | - |
| XYZ | 32.68 | 20.09 | 2.47 | - |
| YUV | 109.02 | 72.69 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 11 | 0 | 0.69 | 0.95 | 0.13 | 16.7 | 0.91 | 0.46 |
| Hex | DF | 46 | B | 0 | 45 | 5F | D | 11 | 5B | 2E |
| Octal | 337 | 106 | 13 | 0 | 105 | 137 | 15 | 21 | 133 | 56 |
| Binary | 11011111 | 1000110 | 1011 | 0 | 1000101 | 1011111 | 1101 | 10001 | 1011011 | 101110 |
Color Harmonies of #DF460B
Complementary color
Monochromatic Colors of #DF460B
Black with #DF460B
Text Example
Text Example
White with #DF460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF460B; }
p { color: rgb(223,70,11); }
H1.HeaderClassName
{
color: #DF460B;
}
.AnyTagClassName
{
color: #DF460B;
}
</style>
background-color css
<style>
a { background-color: #DF460B; }
a { background-color: rgb(223,70,11); }
div.DivClassName
{
background-color: #DF460B;
}
.BgClassName
{
background-color: #DF460B;
}
</style>
border-color css
<style>
span { border-color: #DF460B; }
span { border-color: rgb(223,70,11); }
td.TdClassName
{
border-color: #DF460B;
}
.TagClassName
{
border-color: #DF460B;
}
</style>