#DF5A00

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

Shades of Persimmon #DF5A00

Tints of Persimmon #DF5A00

Color information

#DF5A00 (or 0xDF5A00) is unknown color: approx Persimmon. HEX triplet: DF, 5A and 00. RGB value is (223,90,0). Sum of RGB (Red+Green+Blue) = 223+90+0=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A00 is #20A5FF. Grayscale: #777777. Windows color (decimal): -2139648 or 23263. OLE color: 23263.

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

Color convert

RGB223900-
CMYK00.6010.13
HSL24.22º100%43.73%-
HSV(B)24.22º100%87.45%-
XYZ34.09232.64-
YUV119.5160.56201.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.25%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.25%
G=28.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22390000.6010.1324.2210043.73
HexDF5A003C64D18642c
Octal3371320074144153014454
Binary1101111110110100011110011001001101110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5A00; }

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

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

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

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

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

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

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

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