Html Css Color HEX #DF5019 Persimmon

📋 copy color: '#DF5019'

red 223 ◦ green 80 ◦ blue 25

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

Shades of Persimmon #DF5019

Tints of Persimmon #DF5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 67.99%
G = 24.39%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF5019 (or 0xDF5019) is known color: Persimmon. HEX triplet: DF, 50 and 19. RGB value is (223,80,25). Sum of RGB (Red+Green+Blue) = 223+80+25=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5019 is #20AFE6. Grayscale: #747474. Windows color (decimal): -2142183 or 1659103. OLE color: 1659103.

HSL color Cylindrical-coordinate representation of color #DF5019: hue angle of 16.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF5019 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 25 -
CMYK 0 0.64 0.89 0.13
HSL 16.67º 0.8% 0.49% -
HSV(B) 16.67º 0.89% 0.87% -
XYZ 33.48 21.5 3.3 -
YUV 116.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 223 80 25 0 0.64 0.89 0.13 16.67 0.8 0.49
Hex DF 50 19 0 40 59 D 11 50 31
Octal 337 120 31 0 100 131 15 21 120 61
Binary 11011111 1010000 11001 0 1000000 1011001 1101 10001 1010000 110001

Color Harmonies of #DF5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5019

Black with #DF5019

Text Example


Text Example

White with #DF5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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