Html Css Color HEX #DF5017 Persimmon

📋 copy color: '#DF5017'

red 223 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #DF5017

Tints of Persimmon #DF5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.06%

R = 68.4%
G = 24.54%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF5017 (or 0xDF5017) is known color: Persimmon. HEX triplet: DF, 50 and 17. RGB value is (223,80,23). Sum of RGB (Red+Green+Blue) = 223+80+23=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5017 is #20AFE8. Grayscale: #747474. Windows color (decimal): -2142185 or 1528031. OLE color: 1528031.

HSL color Cylindrical-coordinate representation of color #DF5017: hue angle of 17.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF5017 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 23 -
CMYK 0 0.64 0.90 0.13
HSL 17.1º 0.81% 0.48% -
HSV(B) 17.1º 0.9% 0.87% -
XYZ 33.45 21.49 3.19 -
YUV 116.26 75.38 204.13 -
System Red Green Blue C M Y K H S L
Decimal 223 80 23 0 0.64 0.90 0.13 17.1 0.81 0.48
Hex DF 50 17 0 40 5A D 11 51 30
Octal 337 120 27 0 100 132 15 21 121 60
Binary 11011111 1010000 10111 0 1000000 1011010 1101 10001 1010001 110000

Color Harmonies of #DF5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5017

Black with #DF5017

Text Example


Text Example

White with #DF5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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