#DF4A0E

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

Shades of Persimmon #DF4A0E

Tints of Persimmon #DF4A0E

Color information

#DF4A0E (or 0xDF4A0E) is unknown color: approx Persimmon. HEX triplet: DF, 4A and 0E. RGB value is (223,74,14). Sum of RGB (Red+Green+Blue) = 223+74+14=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A0E is #20B5F1. Grayscale: #707070. Windows color (decimal): -2143730 or 936671. OLE color: 936671.

HSL color Cylindrical-coordinate representation of color #DF4A0E: hue angle of 17.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF4A0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2237414-
CMYK00.670.940.13
HSL17.22º88.19%46.47%-
HSV(B)17.22º93.72%87.45%-
XYZ32.9620.622.66-
YUV111.7172.86207.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.70%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 14 (5.86% from 255) = 4.50%
R=71.70%
G=23.79%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223741400.670.940.1317.2288.1946.47
HexDF4AE0435ED11582e
Octal337112160103136152113056
Binary11011111100101011100100001110111101101100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4A0E; }

 p { color: rgb(223,74,14); }

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

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

 a { background-color: rgb(223,74,14); }

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

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

 span { border-color: rgb(223,74,14); }

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