Html Css Color HEX #DB6811 Chocolate

📋 copy color: '#DB6811'

red 219 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #DB6811

Tints of Chocolate #DB6811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 64.41%
G = 30.59%
B = 5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6811 (or 0xDB6811) is known color: Chocolate. HEX triplet: DB, 68 and 11. RGB value is (219,104,17). Sum of RGB (Red+Green+Blue) = 219+104+17=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6811 is #2497EE. Grayscale: #808080. Windows color (decimal): -2398191 or 1140955. OLE color: 1140955.

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

Color convert

RGB 219 104 17 -
CMYK 0 0.53 0.92 0.14
HSL 25.84º 0.86% 0.46% -
HSV(B) 25.84º 0.92% 0.86% -
XYZ 34.26 25 3.55 -
YUV 128.47 65.1 192.57 -
System Red Green Blue C M Y K H S L
Decimal 219 104 17 0 0.53 0.92 0.14 25.84 0.86 0.46
Hex DB 68 11 0 35 5C E 1A 56 2E
Octal 333 150 21 0 65 134 16 32 126 56
Binary 11011011 1101000 10001 0 110101 1011100 1110 11010 1010110 101110

Color Harmonies of #DB6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6811

Black with #DB6811

Text Example


Text Example

White with #DB6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6811; }

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

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

background-color css

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

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

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

border-color css

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

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

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