Html Css Color HEX #DF5410 Persimmon

📋 copy color: '#DF5410'

red 223 ◦ green 84 ◦ blue 16

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

Shades of Persimmon #DF5410

Tints of Persimmon #DF5410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 69.04%
G = 26.01%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF5410 (or 0xDF5410) is known color: Persimmon. HEX triplet: DF, 54 and 10. RGB value is (223,84,16). Sum of RGB (Red+Green+Blue) = 223+84+16=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5410 is #20ABEF. Grayscale: #767676. Windows color (decimal): -2141168 or 1070303. OLE color: 1070303.

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

Color convert

RGB 223 84 16 -
CMYK 0 0.62 0.93 0.13
HSL 19.71º 0.87% 0.47% -
HSV(B) 19.71º 0.93% 0.87% -
XYZ 33.7 22.07 2.97 -
YUV 117.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 223 84 16 0 0.62 0.93 0.13 19.71 0.87 0.47
Hex DF 54 10 0 3E 5D D 14 57 2F
Octal 337 124 20 0 76 135 15 24 127 57
Binary 11011111 1010100 10000 0 111110 1011101 1101 10100 1010111 101111

Color Harmonies of #DF5410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5410

Black with #DF5410

Text Example


Text Example

White with #DF5410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5410; }

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

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

background-color css

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

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

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

border-color css

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

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

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