Shades of Persimmon #DF3D00
Tints of Persimmon #DF3D00
RGB
CMYK
RGB Variations
Color information
#DF3D00 (or 0xDF3D00) is known color: Persimmon. HEX triplet: DF, 3D and 00. RGB value is (223,61,0). Sum of RGB (Red+Green+Blue) = 223+61+0=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D00 is #20C2FF. Grayscale: #666666. Windows color (decimal): -2147072 or 15839. OLE color: 15839.
HSL color Cylindrical-coordinate representation of color #DF3D00: hue angle of 16.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.13 |
| HSL | 16.41º | 1% | 0.44% | - |
| HSV(B) | 16.41º | 1% | 0.87% | - |
| XYZ | 32.1 | 19.03 | 1.98 | - |
| YUV | 102.48 | 70.17 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 0 | 0 | 0.73 | 1 | 0.13 | 16.41 | 1 | 0.44 |
| Hex | DF | 3D | 0 | 0 | 49 | 64 | D | 10 | 64 | 2C |
| Octal | 337 | 75 | 0 | 0 | 111 | 144 | 15 | 20 | 144 | 54 |
| Binary | 11011111 | 111101 | 0 | 0 | 1001001 | 1100100 | 1101 | 10000 | 1100100 | 101100 |
Color Harmonies of #DF3D00
Complementary color
Monochromatic Colors of #DF3D00
Black with #DF3D00
Text Example
Text Example
White with #DF3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D00; }
p { color: rgb(223,61,0); }
H1.HeaderClassName
{
color: #DF3D00;
}
.AnyTagClassName
{
color: #DF3D00;
}
</style>
background-color css
<style>
a { background-color: #DF3D00; }
a { background-color: rgb(223,61,0); }
div.DivClassName
{
background-color: #DF3D00;
}
.BgClassName
{
background-color: #DF3D00;
}
</style>
border-color css
<style>
span { border-color: #DF3D00; }
span { border-color: rgb(223,61,0); }
td.TdClassName
{
border-color: #DF3D00;
}
.TagClassName
{
border-color: #DF3D00;
}
</style>