Shades of Persimmon #DF5A0B
Tints of Persimmon #DF5A0B
RGB
CMYK
RGB Variations
Color information
#DF5A0B (or 0xDF5A0B) is known color: Persimmon. HEX triplet: DF, 5A and 0B. RGB value is (223,90,11). Sum of RGB (Red+Green+Blue) = 223+90+11=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A0B is #20A5F4. Grayscale: #797979. Windows color (decimal): -2139637 or 744159. OLE color: 744159.
HSL color Cylindrical-coordinate representation of color #DF5A0B: hue angle of 22.36º 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 #DF5A0B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.13 |
| HSL | 22.36º | 0.91% | 0.46% | - |
| HSV(B) | 22.36º | 0.95% | 0.87% | - |
| XYZ | 34.15 | 23.02 | 2.96 | - |
| YUV | 120.76 | 66.06 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 11 | 0 | 0.60 | 0.95 | 0.13 | 22.36 | 0.91 | 0.46 |
| Hex | DF | 5A | B | 0 | 3C | 5F | D | 16 | 5B | 2E |
| Octal | 337 | 132 | 13 | 0 | 74 | 137 | 15 | 26 | 133 | 56 |
| Binary | 11011111 | 1011010 | 1011 | 0 | 111100 | 1011111 | 1101 | 10110 | 1011011 | 101110 |
Color Harmonies of #DF5A0B
Complementary color
Monochromatic Colors of #DF5A0B
Black with #DF5A0B
Text Example
Text Example
White with #DF5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A0B; }
p { color: rgb(223,90,11); }
H1.HeaderClassName
{
color: #DF5A0B;
}
.AnyTagClassName
{
color: #DF5A0B;
}
</style>
background-color css
<style>
a { background-color: #DF5A0B; }
a { background-color: rgb(223,90,11); }
div.DivClassName
{
background-color: #DF5A0B;
}
.BgClassName
{
background-color: #DF5A0B;
}
</style>
border-color css
<style>
span { border-color: #DF5A0B; }
span { border-color: rgb(223,90,11); }
td.TdClassName
{
border-color: #DF5A0B;
}
.TagClassName
{
border-color: #DF5A0B;
}
</style>