Shades of Persimmon #DF4202
Tints of Persimmon #DF4202
RGB
CMYK
RGB Variations
Color information
#DF4202 (or 0xDF4202) is known color: Persimmon. HEX triplet: DF, 42 and 02. RGB value is (223,66,2). Sum of RGB (Red+Green+Blue) = 223+66+2=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4202 is #20BDFD. Grayscale: #6A6A6A. Windows color (decimal): -2145790 or 148191. OLE color: 148191.
HSL color Cylindrical-coordinate representation of color #DF4202: hue angle of 17.38º degrees, saturation: 0.98, 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 #DF4202 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.13 |
| HSL | 17.38º | 0.98% | 0.44% | - |
| HSV(B) | 17.38º | 0.99% | 0.87% | - |
| XYZ | 32.39 | 19.59 | 2.13 | - |
| YUV | 105.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 2 | 0 | 0.70 | 0.99 | 0.13 | 17.38 | 0.98 | 0.44 |
| Hex | DF | 42 | 2 | 0 | 46 | 63 | D | 11 | 62 | 2C |
| Octal | 337 | 102 | 2 | 0 | 106 | 143 | 15 | 21 | 142 | 54 |
| Binary | 11011111 | 1000010 | 10 | 0 | 1000110 | 1100011 | 1101 | 10001 | 1100010 | 101100 |
Color Harmonies of #DF4202
Complementary color
Monochromatic Colors of #DF4202
Black with #DF4202
Text Example
Text Example
White with #DF4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4202; }
p { color: rgb(223,66,2); }
H1.HeaderClassName
{
color: #DF4202;
}
.AnyTagClassName
{
color: #DF4202;
}
</style>
background-color css
<style>
a { background-color: #DF4202; }
a { background-color: rgb(223,66,2); }
div.DivClassName
{
background-color: #DF4202;
}
.BgClassName
{
background-color: #DF4202;
}
</style>
border-color css
<style>
span { border-color: #DF4202; }
span { border-color: rgb(223,66,2); }
td.TdClassName
{
border-color: #DF4202;
}
.TagClassName
{
border-color: #DF4202;
}
</style>