Shades of Persimmon #DF6305
Tints of Persimmon #DF6305
RGB
CMYK
RGB Variations
Color information
#DF6305 (or 0xDF6305) is known color: Persimmon. HEX triplet: DF, 63 and 05. RGB value is (223,99,5). Sum of RGB (Red+Green+Blue) = 223+99+5=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6305 is #209CFA. Grayscale: #7D7D7D. Windows color (decimal): -2137339 or 353247. OLE color: 353247.
HSL color Cylindrical-coordinate representation of color #DF6305: hue angle of 25.87º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF6305 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.13 |
| HSL | 25.87º | 0.96% | 0.45% | - |
| HSV(B) | 25.87º | 0.98% | 0.87% | - |
| XYZ | 34.92 | 24.62 | 3.06 | - |
| YUV | 125.36 | 60.08 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 5 | 0 | 0.56 | 0.98 | 0.13 | 25.87 | 0.96 | 0.45 |
| Hex | DF | 63 | 5 | 0 | 38 | 62 | D | 1A | 60 | 2D |
| Octal | 337 | 143 | 5 | 0 | 70 | 142 | 15 | 32 | 140 | 55 |
| Binary | 11011111 | 1100011 | 101 | 0 | 111000 | 1100010 | 1101 | 11010 | 1100000 | 101101 |
Color Harmonies of #DF6305
Complementary color
Monochromatic Colors of #DF6305
Black with #DF6305
Text Example
Text Example
White with #DF6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6305; }
p { color: rgb(223,99,5); }
H1.HeaderClassName
{
color: #DF6305;
}
.AnyTagClassName
{
color: #DF6305;
}
</style>
background-color css
<style>
a { background-color: #DF6305; }
a { background-color: rgb(223,99,5); }
div.DivClassName
{
background-color: #DF6305;
}
.BgClassName
{
background-color: #DF6305;
}
</style>
border-color css
<style>
span { border-color: #DF6305; }
span { border-color: rgb(223,99,5); }
td.TdClassName
{
border-color: #DF6305;
}
.TagClassName
{
border-color: #DF6305;
}
</style>