Html Css Color HEX #DF5210 Persimmon

📋 copy color: '#DF5210'

red 223 ◦ green 82 ◦ blue 16

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

Shades of Persimmon #DF5210

Tints of Persimmon #DF5210

RGB

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

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

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

R = 69.47%
G = 25.55%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF5210 (or 0xDF5210) is known color: Persimmon. HEX triplet: DF, 52 and 10. RGB value is (223,82,16). Sum of RGB (Red+Green+Blue) = 223+82+16=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5210 is #20ADEF. Grayscale: #757575. Windows color (decimal): -2141680 or 1069791. OLE color: 1069791.

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

Color convert

RGB 223 82 16 -
CMYK 0 0.63 0.93 0.13
HSL 19.13º 0.87% 0.47% -
HSV(B) 19.13º 0.93% 0.87% -
XYZ 33.54 21.76 2.92 -
YUV 116.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 223 82 16 0 0.63 0.93 0.13 19.13 0.87 0.47
Hex DF 52 10 0 3F 5D D 13 57 2F
Octal 337 122 20 0 77 135 15 23 127 57
Binary 11011111 1010010 10000 0 111111 1011101 1101 10011 1010111 101111

Color Harmonies of #DF5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5210

Black with #DF5210

Text Example


Text Example

White with #DF5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5210; }

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

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

background-color css

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

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

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

border-color css

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

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

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