#DF4C16

Color #DF4C16 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #DF4C16

Tints of Persimmon #DF4C16

Color information

#DF4C16 (or 0xDF4C16) is unknown color: approx Persimmon. HEX triplet: DF, 4C and 16. RGB value is (223,76,22). Sum of RGB (Red+Green+Blue) = 223+76+22=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4C16 is #20B3E9. Grayscale: #727272. Windows color (decimal): -2143210 or 1461471. OLE color: 1461471.

HSL color Cylindrical-coordinate representation of color #DF4C16: hue angle of 16.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4C16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2237622-
CMYK00.660.900.13
HSL16.12º82.04%48.04%-
HSV(B)16.12º90.13%87.45%-
XYZ33.1620.913.05-
YUV113.876.2205.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 69.47%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=69.47%
G=23.68%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223762200.660.900.1316.1282.0448.04
HexDF4C160425AD105230
Octal337114260102132152012260
Binary110111111001100101100100001010110101101100001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4C16; }

 p { color: rgb(223,76,22); }

 H1.HeaderClassName
 {
   color: #DF4C16;
 }
 .AnyTagClassName
 {
   color: #DF4C16;
 }
</style>
background-color css

<style>
 a { background-color: #DF4C16; }

 a { background-color: rgb(223,76,22); }

 div.DivClassName
 {
   background-color: #DF4C16;
 }
 .BgClassName
 {
   background-color: #DF4C16;
 }
</style>
border-color css

<style>
 span { border-color: #DF4C16; }

 span { border-color: rgb(223,76,22); }

 td.TdClassName
 {
   border-color: #DF4C16;
 }
 .TagClassName
 {
   border-color: #DF4C16;
 }
</style>