Html Css Color HEX #DF5117 Persimmon

📋 copy color: '#DF5117'

red 223 ◦ green 81 ◦ blue 23

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

Shades of Persimmon #DF5117

Tints of Persimmon #DF5117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 68.2%
G = 24.77%
B = 7.03%

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

#DF5117 (or 0xDF5117) is known color: Persimmon. HEX triplet: DF, 51 and 17. RGB value is (223,81,23). Sum of RGB (Red+Green+Blue) = 223+81+23=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5117 is #20AEE8. Grayscale: #757575. Windows color (decimal): -2141929 or 1528287. OLE color: 1528287.

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

Color convert

RGB 223 81 23 -
CMYK 0 0.64 0.90 0.13
HSL 17.4º 0.81% 0.48% -
HSV(B) 17.4º 0.9% 0.87% -
XYZ 33.53 21.63 3.22 -
YUV 116.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 223 81 23 0 0.64 0.90 0.13 17.4 0.81 0.48
Hex DF 51 17 0 40 5A D 11 51 30
Octal 337 121 27 0 100 132 15 21 121 60
Binary 11011111 1010001 10111 0 1000000 1011010 1101 10001 1010001 110000

Color Harmonies of #DF5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5117

Black with #DF5117

Text Example


Text Example

White with #DF5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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