Html Css Color HEX #DF5010 Persimmon

📋 copy color: '#DF5010'

red 223 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #DF5010

Tints of Persimmon #DF5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 69.91%
G = 25.08%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF5010 (or 0xDF5010) is known color: Persimmon. HEX triplet: DF, 50 and 10. RGB value is (223,80,16). Sum of RGB (Red+Green+Blue) = 223+80+16=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5010 is #20AFEF. Grayscale: #737373. Windows color (decimal): -2142192 or 1069279. OLE color: 1069279.

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

Color convert

RGB 223 80 16 -
CMYK 0 0.64 0.93 0.13
HSL 18.55º 0.87% 0.47% -
HSV(B) 18.55º 0.93% 0.87% -
XYZ 33.39 21.46 2.87 -
YUV 115.46 71.88 204.7 -
System Red Green Blue C M Y K H S L
Decimal 223 80 16 0 0.64 0.93 0.13 18.55 0.87 0.47
Hex DF 50 10 0 40 5D D 13 57 2F
Octal 337 120 20 0 100 135 15 23 127 57
Binary 11011111 1010000 10000 0 1000000 1011101 1101 10011 1010111 101111

Color Harmonies of #DF5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5010

Black with #DF5010

Text Example


Text Example

White with #DF5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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