Html Css Color HEX #DB6820 Chocolate

📋 copy color: '#DB6820'

red 219 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #DB6820

Tints of Chocolate #DB6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 61.69%
G = 29.3%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB6820 (or 0xDB6820) is known color: Chocolate. HEX triplet: DB, 68 and 20. RGB value is (219,104,32). Sum of RGB (Red+Green+Blue) = 219+104+32=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6820 is #2497DF. Grayscale: #828282. Windows color (decimal): -2398176 or 2123995. OLE color: 2123995.

HSL color Cylindrical-coordinate representation of color #DB6820: hue angle of 23.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB6820 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 32 -
CMYK 0 0.53 0.85 0.14
HSL 23.1º 0.75% 0.49% -
HSV(B) 23.1º 0.85% 0.86% -
XYZ 34.42 25.06 4.39 -
YUV 130.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 219 104 32 0 0.53 0.85 0.14 23.1 0.75 0.49
Hex DB 68 20 0 35 55 E 17 4B 31
Octal 333 150 40 0 65 125 16 27 113 61
Binary 11011011 1101000 100000 0 110101 1010101 1110 10111 1001011 110001

Color Harmonies of #DB6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6820

Black with #DB6820

Text Example


Text Example

White with #DB6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6820; }

 p { color: rgb(219,104,32); }

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

background-color css

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

 a { background-color: rgb(219,104,32); }

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

border-color css

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

 span { border-color: rgb(219,104,32); }

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