Shades of Persimmon #DF440B
Tints of Persimmon #DF440B
RGB
CMYK
RGB Variations
Color information
#DF440B (or 0xDF440B) is known color: Persimmon. HEX triplet: DF, 44 and 0B. RGB value is (223,68,11). Sum of RGB (Red+Green+Blue) = 223+68+11=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440B is #20BBF4. Grayscale: #6C6C6C. Windows color (decimal): -2145269 or 738527. OLE color: 738527.
HSL color Cylindrical-coordinate representation of color #DF440B: hue angle of 16.13º 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 #DF440B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 16.13º | 0.91% | 0.46% | - |
| HSV(B) | 16.13º | 0.95% | 0.87% | - |
| XYZ | 32.56 | 19.85 | 2.43 | - |
| YUV | 107.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 11 | 0 | 0.70 | 0.95 | 0.13 | 16.13 | 0.91 | 0.46 |
| Hex | DF | 44 | B | 0 | 46 | 5F | D | 10 | 5B | 2E |
| Octal | 337 | 104 | 13 | 0 | 106 | 137 | 15 | 20 | 133 | 56 |
| Binary | 11011111 | 1000100 | 1011 | 0 | 1000110 | 1011111 | 1101 | 10000 | 1011011 | 101110 |
Color Harmonies of #DF440B
Complementary color
Monochromatic Colors of #DF440B
Black with #DF440B
Text Example
Text Example
White with #DF440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF440B; }
p { color: rgb(223,68,11); }
H1.HeaderClassName
{
color: #DF440B;
}
.AnyTagClassName
{
color: #DF440B;
}
</style>
background-color css
<style>
a { background-color: #DF440B; }
a { background-color: rgb(223,68,11); }
div.DivClassName
{
background-color: #DF440B;
}
.BgClassName
{
background-color: #DF440B;
}
</style>
border-color css
<style>
span { border-color: #DF440B; }
span { border-color: rgb(223,68,11); }
td.TdClassName
{
border-color: #DF440B;
}
.TagClassName
{
border-color: #DF440B;
}
</style>