Html Css Color HEX #DF5211 Persimmon

📋 copy color: '#DF5211'

red 223 ◦ green 82 ◦ blue 17

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

Shades of Persimmon #DF5211

Tints of Persimmon #DF5211

RGB

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

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

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

R = 69.25%
G = 25.47%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5211 (or 0xDF5211) is known color: Persimmon. HEX triplet: DF, 52 and 11. RGB value is (223,82,17). Sum of RGB (Red+Green+Blue) = 223+82+17=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5211 is #20ADEE. Grayscale: #757575. Windows color (decimal): -2141679 or 1135327. OLE color: 1135327.

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

Color convert

RGB 223 82 17 -
CMYK 0 0.63 0.92 0.13
HSL 18.93º 0.86% 0.47% -
HSV(B) 18.93º 0.92% 0.87% -
XYZ 33.55 21.76 2.96 -
YUV 116.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 223 82 17 0 0.63 0.92 0.13 18.93 0.86 0.47
Hex DF 52 11 0 3F 5C D 13 56 2F
Octal 337 122 21 0 77 134 15 23 126 57
Binary 11011111 1010010 10001 0 111111 1011100 1101 10011 1010110 101111

Color Harmonies of #DF5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5211

Black with #DF5211

Text Example


Text Example

White with #DF5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5211; }

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

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

background-color css

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

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

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

border-color css

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

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

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