Html Css Color HEX #DF5218 Persimmon

📋 copy color: '#DF5218'

red 223 ◦ green 82 ◦ blue 24

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

Shades of Persimmon #DF5218

Tints of Persimmon #DF5218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

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

R = 67.78%
G = 24.92%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF5218 (or 0xDF5218) is known color: Persimmon. HEX triplet: DF, 52 and 18. RGB value is (223,82,24). Sum of RGB (Red+Green+Blue) = 223+82+24=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5218 is #20ADE7. Grayscale: #757575. Windows color (decimal): -2141672 or 1594079. OLE color: 1594079.

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

Color convert

RGB 223 82 24 -
CMYK 0 0.63 0.89 0.13
HSL 17.49º 0.81% 0.48% -
HSV(B) 17.49º 0.89% 0.87% -
XYZ 33.61 21.79 3.3 -
YUV 117.55 75.21 203.22 -
System Red Green Blue C M Y K H S L
Decimal 223 82 24 0 0.63 0.89 0.13 17.49 0.81 0.48
Hex DF 52 18 0 3F 59 D 11 51 30
Octal 337 122 30 0 77 131 15 21 121 60
Binary 11011111 1010010 11000 0 111111 1011001 1101 10001 1010001 110000

Color Harmonies of #DF5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5218

Black with #DF5218

Text Example


Text Example

White with #DF5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5218; }

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

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

background-color css

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

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

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

border-color css

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

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

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