Html Css Color HEX #DF500E Persimmon

📋 copy color: '#DF500E'

red 223 ◦ green 80 ◦ blue 14

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

Shades of Persimmon #DF500E

Tints of Persimmon #DF500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 70.35%
G = 25.24%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF500E (or 0xDF500E) is known color: Persimmon. HEX triplet: DF, 50 and 0E. RGB value is (223,80,14). Sum of RGB (Red+Green+Blue) = 223+80+14=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF500E is #20AFF1. Grayscale: #737373. Windows color (decimal): -2142194 or 938207. OLE color: 938207.

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

Color convert

RGB 223 80 14 -
CMYK 0 0.64 0.94 0.13
HSL 18.95º 0.88% 0.46% -
HSV(B) 18.95º 0.94% 0.87% -
XYZ 33.38 21.46 2.8 -
YUV 115.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 223 80 14 0 0.64 0.94 0.13 18.95 0.88 0.46
Hex DF 50 E 0 40 5E D 13 58 2E
Octal 337 120 16 0 100 136 15 23 130 56
Binary 11011111 1010000 1110 0 1000000 1011110 1101 10011 1011000 101110

Color Harmonies of #DF500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF500E

Black with #DF500E

Text Example


Text Example

White with #DF500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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