Shades of Persimmon #DF4208
Tints of Persimmon #DF4208
RGB
CMYK
RGB Variations
Color information
#DF4208 (or 0xDF4208) is known color: Persimmon. HEX triplet: DF, 42 and 08. RGB value is (223,66,8). Sum of RGB (Red+Green+Blue) = 223+66+8=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4208 is #20BDF7. Grayscale: #6A6A6A. Windows color (decimal): -2145784 or 541407. OLE color: 541407.
HSL color Cylindrical-coordinate representation of color #DF4208: hue angle of 16.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4208 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.13 |
| HSL | 16.19º | 0.93% | 0.45% | - |
| HSV(B) | 16.19º | 0.96% | 0.87% | - |
| XYZ | 32.42 | 19.6 | 2.3 | - |
| YUV | 106.33 | 72.51 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 8 | 0 | 0.70 | 0.96 | 0.13 | 16.19 | 0.93 | 0.45 |
| Hex | DF | 42 | 8 | 0 | 46 | 60 | D | 10 | 5D | 2D |
| Octal | 337 | 102 | 10 | 0 | 106 | 140 | 15 | 20 | 135 | 55 |
| Binary | 11011111 | 1000010 | 1000 | 0 | 1000110 | 1100000 | 1101 | 10000 | 1011101 | 101101 |
Color Harmonies of #DF4208
Complementary color
Monochromatic Colors of #DF4208
Black with #DF4208
Text Example
Text Example
White with #DF4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4208; }
p { color: rgb(223,66,8); }
H1.HeaderClassName
{
color: #DF4208;
}
.AnyTagClassName
{
color: #DF4208;
}
</style>
background-color css
<style>
a { background-color: #DF4208; }
a { background-color: rgb(223,66,8); }
div.DivClassName
{
background-color: #DF4208;
}
.BgClassName
{
background-color: #DF4208;
}
</style>
border-color css
<style>
span { border-color: #DF4208; }
span { border-color: rgb(223,66,8); }
td.TdClassName
{
border-color: #DF4208;
}
.TagClassName
{
border-color: #DF4208;
}
</style>