Html Css Color HEX #DF5E00 Persimmon

📋 copy color: '#DF5E00'

red 223 ◦ green 94 ◦ blue 0

#DF5E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #DF5E00

Tints of Persimmon #DF5E00

RGB

 RED value IS 223 (87.5% from 255) = 70.35%

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.35%
G = 29.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF5E00 (or 0xDF5E00) is known color: Persimmon. HEX triplet: DF, 5E and 00. RGB value is (223,94,0). Sum of RGB (Red+Green+Blue) = 223+94+0=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5E00 is #20A1FF. Grayscale: #7A7A7A. Windows color (decimal): -2138624 or 24287. OLE color: 24287.

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

Color convert

RGB 223 94 0 -
CMYK 0 0.58 1 0.13
HSL 25.29º 1% 0.44% -
HSV(B) 25.29º 1% 0.87% -
XYZ 34.43 23.69 2.76 -
YUV 121.86 59.24 200.14 -
System Red Green Blue C M Y K H S L
Decimal 223 94 0 0 0.58 1 0.13 25.29 1 0.44
Hex DF 5E 0 0 3A 64 D 19 64 2C
Octal 337 136 0 0 72 144 15 31 144 54
Binary 11011111 1011110 0 0 111010 1100100 1101 11001 1100100 101100

Color Harmonies of #DF5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E00

Black with #DF5E00

Text Example


Text Example

White with #DF5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E00; }

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

 H1.HeaderClassName
 {
   color: #DF5E00;
 }
 .AnyTagClassName
 {
   color: #DF5E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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