Html Css Color HEX #DF5920 Chocolate

📋 copy color: '#DF5920'

red 223 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #DF5920

Tints of Chocolate #DF5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 64.83%
G = 25.87%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF5920 (or 0xDF5920) is known color: Chocolate. HEX triplet: DF, 59 and 20. RGB value is (223,89,32). Sum of RGB (Red+Green+Blue) = 223+89+32=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5920 is #20A6DF. Grayscale: #7A7A7A. Windows color (decimal): -2139872 or 2120159. OLE color: 2120159.

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

Color convert

RGB 223 89 32 -
CMYK 0 0.60 0.86 0.13
HSL 17.91º 0.75% 0.5% -
HSV(B) 17.91º 0.86% 0.87% -
XYZ 34.26 22.94 3.99 -
YUV 122.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 223 89 32 0 0.60 0.86 0.13 17.91 0.75 0.5
Hex DF 59 20 0 3C 56 D 12 4B 32
Octal 337 131 40 0 74 126 15 22 113 62
Binary 11011111 1011001 100000 0 111100 1010110 1101 10010 1001011 110010

Color Harmonies of #DF5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5920

Black with #DF5920

Text Example


Text Example

White with #DF5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5920; }

 p { color: rgb(223,89,32); }

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

background-color css

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

 a { background-color: rgb(223,89,32); }

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

border-color css

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

 span { border-color: rgb(223,89,32); }

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