#DF4610

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

Shades of Persimmon #DF4610

Tints of Persimmon #DF4610

Color information

#DF4610 (or 0xDF4610) is unknown color: approx Persimmon. HEX triplet: DF, 46 and 10. RGB value is (223,70,16). Sum of RGB (Red+Green+Blue) = 223+70+16=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4610 is #20B9EF. Grayscale: #6D6D6D. Windows color (decimal): -2144752 or 1066719. OLE color: 1066719.

HSL color Cylindrical-coordinate representation of color #DF4610: hue angle of 15.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF4610 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB2237016-
CMYK00.690.930.13
HSL15.65º86.61%46.86%-
HSV(B)15.65º92.83%87.45%-
XYZ32.7220.112.65-
YUV109.5975.19208.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.17%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 16 (6.64% from 255) = 5.18%
R=72.17%
G=22.65%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223701600.690.930.1315.6586.6146.86
HexDF46100455DD10572f
Octal337106200105135152012757
Binary110111111000110100000100010110111011101100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4610; }

 p { color: rgb(223,70,16); }

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

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

 a { background-color: rgb(223,70,16); }

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

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

 span { border-color: rgb(223,70,16); }

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