#DF5A0E

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

Shades of Persimmon #DF5A0E

Tints of Persimmon #DF5A0E

Color information

#DF5A0E (or 0xDF5A0E) is unknown color: approx Persimmon. HEX triplet: DF, 5A and 0E. RGB value is (223,90,14). Sum of RGB (Red+Green+Blue) = 223+90+14=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A0E is #20A5F1. Grayscale: #797979. Windows color (decimal): -2139634 or 940767. OLE color: 940767.

HSL color Cylindrical-coordinate representation of color #DF5A0E: hue angle of 21.82º 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 #DF5A0E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2239014-
CMYK00.600.940.13
HSL21.82º88.19%46.47%-
HSV(B)21.82º93.72%87.45%-
XYZ34.1723.033.06-
YUV121.167.56200.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=68.20%
G=27.52%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223901400.600.940.1321.8288.1946.47
HexDF5AE03C5ED16582e
Octal33713216074136152613056
Binary1101111110110101110011110010111101101101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5A0E; }

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

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

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

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

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

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

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

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