Shades of Persimmon #DF6107
Tints of Persimmon #DF6107
RGB
CMYK
RGB Variations
Color information
#DF6107 (or 0xDF6107) is known color: Persimmon. HEX triplet: DF, 61 and 07. RGB value is (223,97,7). Sum of RGB (Red+Green+Blue) = 223+97+7=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6107 is #209EF8. Grayscale: #7C7C7C. Windows color (decimal): -2137849 or 483807. OLE color: 483807.
HSL color Cylindrical-coordinate representation of color #DF6107: hue angle of 25º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF6107 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.13 |
| HSL | 25º | 0.94% | 0.45% | - |
| HSV(B) | 25º | 0.97% | 0.87% | - |
| XYZ | 34.74 | 24.25 | 3.05 | - |
| YUV | 124.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 7 | 0 | 0.57 | 0.97 | 0.13 | 25 | 0.94 | 0.45 |
| Hex | DF | 61 | 7 | 0 | 39 | 61 | D | 19 | 5E | 2D |
| Octal | 337 | 141 | 7 | 0 | 71 | 141 | 15 | 31 | 136 | 55 |
| Binary | 11011111 | 1100001 | 111 | 0 | 111001 | 1100001 | 1101 | 11001 | 1011110 | 101101 |
Color Harmonies of #DF6107
Complementary color
Monochromatic Colors of #DF6107
Black with #DF6107
Text Example
Text Example
White with #DF6107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6107; }
p { color: rgb(223,97,7); }
H1.HeaderClassName
{
color: #DF6107;
}
.AnyTagClassName
{
color: #DF6107;
}
</style>
background-color css
<style>
a { background-color: #DF6107; }
a { background-color: rgb(223,97,7); }
div.DivClassName
{
background-color: #DF6107;
}
.BgClassName
{
background-color: #DF6107;
}
</style>
border-color css
<style>
span { border-color: #DF6107; }
span { border-color: rgb(223,97,7); }
td.TdClassName
{
border-color: #DF6107;
}
.TagClassName
{
border-color: #DF6107;
}
</style>