Html Css Color HEX #DB5922 Chocolate

📋 copy color: '#DB5922'

red 219 ◦ green 89 ◦ blue 34

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

Shades of Chocolate #DB5922

Tints of Chocolate #DB5922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 64.04%
G = 26.02%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5922 (or 0xDB5922) is known color: Chocolate. HEX triplet: DB, 59 and 22. RGB value is (219,89,34). Sum of RGB (Red+Green+Blue) = 219+89+34=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5922 is #24A6DD. Grayscale: #797979. Windows color (decimal): -2402014 or 2251227. OLE color: 2251227.

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

Color convert

RGB 219 89 34 -
CMYK 0 0.59 0.84 0.14
HSL 17.84º 0.73% 0.5% -
HSV(B) 17.84º 0.84% 0.86% -
XYZ 33.07 22.32 4.08 -
YUV 121.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 219 89 34 0 0.59 0.84 0.14 17.84 0.73 0.5
Hex DB 59 22 0 3B 54 E 12 49 32
Octal 333 131 42 0 73 124 16 22 111 62
Binary 11011011 1011001 100010 0 111011 1010100 1110 10010 1001001 110010

Color Harmonies of #DB5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5922

Black with #DB5922

Text Example


Text Example

White with #DB5922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5922; }

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

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

background-color css

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

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

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

border-color css

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

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

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