Html Css Color HEX #DB6522 Chocolate

📋 copy color: '#DB6522'

red 219 ◦ green 101 ◦ blue 34

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

Shades of Chocolate #DB6522

Tints of Chocolate #DB6522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 61.86%
G = 28.53%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB6522 (or 0xDB6522) is known color: Chocolate. HEX triplet: DB, 65 and 22. RGB value is (219,101,34). Sum of RGB (Red+Green+Blue) = 219+101+34=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6522 is #249ADD. Grayscale: #818181. Windows color (decimal): -2398942 or 2254299. OLE color: 2254299.

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

Color convert

RGB 219 101 34 -
CMYK 0 0.54 0.84 0.14
HSL 21.73º 0.73% 0.5% -
HSV(B) 21.73º 0.84% 0.86% -
XYZ 34.16 24.48 4.44 -
YUV 128.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 219 101 34 0 0.54 0.84 0.14 21.73 0.73 0.5
Hex DB 65 22 0 36 54 E 16 49 32
Octal 333 145 42 0 66 124 16 26 111 62
Binary 11011011 1100101 100010 0 110110 1010100 1110 10110 1001001 110010

Color Harmonies of #DB6522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6522

Black with #DB6522

Text Example


Text Example

White with #DB6522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6522; }

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

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

background-color css

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

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

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

border-color css

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

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

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