Html Css Color HEX #DB5920 Chocolate

📋 copy color: '#DB5920'

red 219 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #DB5920

Tints of Chocolate #DB5920

RGB

 RED value IS 219 (85.94% from 255) = 64.41%

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

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

R = 64.41%
G = 26.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5920 (or 0xDB5920) is known color: Chocolate. HEX triplet: DB, 59 and 20. RGB value is (219,89,32). Sum of RGB (Red+Green+Blue) = 219+89+32=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5920 is #24A6DF. Grayscale: #797979. Windows color (decimal): -2402016 or 2120155. OLE color: 2120155.

HSL color Cylindrical-coordinate representation of color #DB5920: hue angle of 18.29º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB5920 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 32 -
CMYK 0 0.59 0.85 0.14
HSL 18.29º 0.75% 0.49% -
HSV(B) 18.29º 0.85% 0.86% -
XYZ 33.05 22.31 3.93 -
YUV 121.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 219 89 32 0 0.59 0.85 0.14 18.29 0.75 0.49
Hex DB 59 20 0 3B 55 E 12 4B 31
Octal 333 131 40 0 73 125 16 22 113 61
Binary 11011011 1011001 100000 0 111011 1010101 1110 10010 1001011 110001

Color Harmonies of #DB5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5920

Black with #DB5920

Text Example


Text Example

White with #DB5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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