Html Css Color HEX #DF5011 Persimmon

📋 copy color: '#DF5011'

red 223 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #DF5011

Tints of Persimmon #DF5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 69.69%
G = 25%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5011 (or 0xDF5011) is known color: Persimmon. HEX triplet: DF, 50 and 11. RGB value is (223,80,17). Sum of RGB (Red+Green+Blue) = 223+80+17=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5011 is #20AFEE. Grayscale: #737373. Windows color (decimal): -2142191 or 1134815. OLE color: 1134815.

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

Color convert

RGB 223 80 17 -
CMYK 0 0.64 0.92 0.13
HSL 18.35º 0.86% 0.47% -
HSV(B) 18.35º 0.92% 0.87% -
XYZ 33.4 21.47 2.91 -
YUV 115.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 223 80 17 0 0.64 0.92 0.13 18.35 0.86 0.47
Hex DF 50 11 0 40 5C D 12 56 2F
Octal 337 120 21 0 100 134 15 22 126 57
Binary 11011111 1010000 10001 0 1000000 1011100 1101 10010 1010110 101111

Color Harmonies of #DF5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5011

Black with #DF5011

Text Example


Text Example

White with #DF5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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