Html Css Color HEX #DF5018 Persimmon

📋 copy color: '#DF5018'

red 223 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #DF5018

Tints of Persimmon #DF5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 68.2%
G = 24.46%
B = 7.34%

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

#DF5018 (or 0xDF5018) is known color: Persimmon. HEX triplet: DF, 50 and 18. RGB value is (223,80,24). Sum of RGB (Red+Green+Blue) = 223+80+24=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5018 is #20AFE7. Grayscale: #747474. Windows color (decimal): -2142184 or 1593567. OLE color: 1593567.

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

Color convert

RGB 223 80 24 -
CMYK 0 0.64 0.89 0.13
HSL 16.88º 0.81% 0.48% -
HSV(B) 16.88º 0.89% 0.87% -
XYZ 33.46 21.49 3.25 -
YUV 116.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 223 80 24 0 0.64 0.89 0.13 16.88 0.81 0.48
Hex DF 50 18 0 40 59 D 11 51 30
Octal 337 120 30 0 100 131 15 21 121 60
Binary 11011111 1010000 11000 0 1000000 1011001 1101 10001 1010001 110000

Color Harmonies of #DF5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5018

Black with #DF5018

Text Example


Text Example

White with #DF5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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