Html Css Color HEX #DB6322 Chocolate

📋 copy color: '#DB6322'

red 219 ◦ green 99 ◦ blue 34

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

Shades of Chocolate #DB6322

Tints of Chocolate #DB6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 62.22%
G = 28.13%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB6322 (or 0xDB6322) is known color: Chocolate. HEX triplet: DB, 63 and 22. RGB value is (219,99,34). Sum of RGB (Red+Green+Blue) = 219+99+34=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6322 is #249CDD. Grayscale: #7F7F7F. Windows color (decimal): -2399454 or 2253787. OLE color: 2253787.

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

Color convert

RGB 219 99 34 -
CMYK 0 0.55 0.84 0.14
HSL 21.08º 0.73% 0.5% -
HSV(B) 21.08º 0.84% 0.86% -
XYZ 33.96 24.1 4.37 -
YUV 127.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 219 99 34 0 0.55 0.84 0.14 21.08 0.73 0.5
Hex DB 63 22 0 37 54 E 15 49 32
Octal 333 143 42 0 67 124 16 25 111 62
Binary 11011011 1100011 100010 0 110111 1010100 1110 10101 1001001 110010

Color Harmonies of #DB6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6322

Black with #DB6322

Text Example


Text Example

White with #DB6322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6322; }

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

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

background-color css

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

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

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

border-color css

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

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

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