Shades of Persimmon #DF490B
Tints of Persimmon #DF490B
RGB
CMYK
RGB Variations
Color information
#DF490B (or 0xDF490B) is known color: Persimmon. HEX triplet: DF, 49 and 0B. RGB value is (223,73,11). Sum of RGB (Red+Green+Blue) = 223+73+11=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF490B is #20B6F4. Grayscale: #6F6F6F. Windows color (decimal): -2143989 or 739807. OLE color: 739807.
HSL color Cylindrical-coordinate representation of color #DF490B: hue angle of 17.55º 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 #DF490B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.13 |
| HSL | 17.55º | 0.91% | 0.46% | - |
| HSV(B) | 17.55º | 0.95% | 0.87% | - |
| XYZ | 32.87 | 20.48 | 2.54 | - |
| YUV | 110.78 | 71.7 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 11 | 0 | 0.67 | 0.95 | 0.13 | 17.55 | 0.91 | 0.46 |
| Hex | DF | 49 | B | 0 | 43 | 5F | D | 12 | 5B | 2E |
| Octal | 337 | 111 | 13 | 0 | 103 | 137 | 15 | 22 | 133 | 56 |
| Binary | 11011111 | 1001001 | 1011 | 0 | 1000011 | 1011111 | 1101 | 10010 | 1011011 | 101110 |
Color Harmonies of #DF490B
Complementary color
Monochromatic Colors of #DF490B
Black with #DF490B
Text Example
Text Example
White with #DF490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF490B; }
p { color: rgb(223,73,11); }
H1.HeaderClassName
{
color: #DF490B;
}
.AnyTagClassName
{
color: #DF490B;
}
</style>
background-color css
<style>
a { background-color: #DF490B; }
a { background-color: rgb(223,73,11); }
div.DivClassName
{
background-color: #DF490B;
}
.BgClassName
{
background-color: #DF490B;
}
</style>
border-color css
<style>
span { border-color: #DF490B; }
span { border-color: rgb(223,73,11); }
td.TdClassName
{
border-color: #DF490B;
}
.TagClassName
{
border-color: #DF490B;
}
</style>