Shades of Persimmon #DF6103
Tints of Persimmon #DF6103
RGB
CMYK
RGB Variations
Color information
#DF6103 (or 0xDF6103) is known color: Persimmon. HEX triplet: DF, 61 and 03. RGB value is (223,97,3). Sum of RGB (Red+Green+Blue) = 223+97+3=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6103 is #209EFC. Grayscale: #7C7C7C. Windows color (decimal): -2137853 or 221663. OLE color: 221663.
HSL color Cylindrical-coordinate representation of color #DF6103: hue angle of 25.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF6103 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.13 |
| HSL | 25.64º | 0.97% | 0.44% | - |
| HSV(B) | 25.64º | 0.99% | 0.87% | - |
| XYZ | 34.72 | 24.24 | 2.94 | - |
| YUV | 123.96 | 59.74 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 3 | 0 | 0.57 | 0.99 | 0.13 | 25.64 | 0.97 | 0.44 |
| Hex | DF | 61 | 3 | 0 | 39 | 63 | D | 1A | 61 | 2C |
| Octal | 337 | 141 | 3 | 0 | 71 | 143 | 15 | 32 | 141 | 54 |
| Binary | 11011111 | 1100001 | 11 | 0 | 111001 | 1100011 | 1101 | 11010 | 1100001 | 101100 |
Color Harmonies of #DF6103
Complementary color
Monochromatic Colors of #DF6103
Black with #DF6103
Text Example
Text Example
White with #DF6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6103; }
p { color: rgb(223,97,3); }
H1.HeaderClassName
{
color: #DF6103;
}
.AnyTagClassName
{
color: #DF6103;
}
</style>
background-color css
<style>
a { background-color: #DF6103; }
a { background-color: rgb(223,97,3); }
div.DivClassName
{
background-color: #DF6103;
}
.BgClassName
{
background-color: #DF6103;
}
</style>
border-color css
<style>
span { border-color: #DF6103; }
span { border-color: rgb(223,97,3); }
td.TdClassName
{
border-color: #DF6103;
}
.TagClassName
{
border-color: #DF6103;
}
</style>