Html Css Color HEX #DB6122 Chocolate

📋 copy color: '#DB6122'

red 219 ◦ green 97 ◦ blue 34

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

Shades of Chocolate #DB6122

Tints of Chocolate #DB6122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 62.57%
G = 27.71%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB6122 (or 0xDB6122) is known color: Chocolate. HEX triplet: DB, 61 and 22. RGB value is (219,97,34). Sum of RGB (Red+Green+Blue) = 219+97+34=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6122 is #249EDD. Grayscale: #7E7E7E. Windows color (decimal): -2399966 or 2253275. OLE color: 2253275.

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

Color convert

RGB 219 97 34 -
CMYK 0 0.56 0.84 0.14
HSL 20.43º 0.73% 0.5% -
HSV(B) 20.43º 0.84% 0.86% -
XYZ 33.78 23.72 4.31 -
YUV 126.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 219 97 34 0 0.56 0.84 0.14 20.43 0.73 0.5
Hex DB 61 22 0 38 54 E 14 49 32
Octal 333 141 42 0 70 124 16 24 111 62
Binary 11011011 1100001 100010 0 111000 1010100 1110 10100 1001001 110010

Color Harmonies of #DB6122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6122

Black with #DB6122

Text Example


Text Example

White with #DB6122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6122; }

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

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

background-color css

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

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

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

border-color css

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

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

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