Html Css Color HEX #DB5B22 Chocolate

📋 copy color: '#DB5B22'

red 219 ◦ green 91 ◦ blue 34

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

Shades of Chocolate #DB5B22

Tints of Chocolate #DB5B22

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.45%

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

R = 63.66%
G = 26.45%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5B22 (or 0xDB5B22) is known color: Chocolate. HEX triplet: DB, 5B and 22. RGB value is (219,91,34). Sum of RGB (Red+Green+Blue) = 219+91+34=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B22 is #24A4DD. Grayscale: #7B7B7B. Windows color (decimal): -2401502 or 2251739. OLE color: 2251739.

HSL color Cylindrical-coordinate representation of color #DB5B22: hue angle of 18.49º 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 #DB5B22 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 91 34 -
CMYK 0 0.58 0.84 0.14
HSL 18.49º 0.73% 0.5% -
HSV(B) 18.49º 0.84% 0.86% -
XYZ 33.24 22.66 4.13 -
YUV 122.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 219 91 34 0 0.58 0.84 0.14 18.49 0.73 0.5
Hex DB 5B 22 0 3A 54 E 12 49 32
Octal 333 133 42 0 72 124 16 22 111 62
Binary 11011011 1011011 100010 0 111010 1010100 1110 10010 1001001 110010

Color Harmonies of #DB5B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B22

Black with #DB5B22

Text Example


Text Example

White with #DB5B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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