Html Css Color HEX #DB6F11 Chocolate

📋 copy color: '#DB6F11'

red 219 ◦ green 111 ◦ blue 17

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

Shades of Chocolate #DB6F11

Tints of Chocolate #DB6F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

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

R = 63.11%
G = 31.99%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6F11 (or 0xDB6F11) is known color: Chocolate. HEX triplet: DB, 6F and 11. RGB value is (219,111,17). Sum of RGB (Red+Green+Blue) = 219+111+17=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F11 is #2490EE. Grayscale: #858585. Windows color (decimal): -2396399 or 1142747. OLE color: 1142747.

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

Color convert

RGB 219 111 17 -
CMYK 0 0.49 0.92 0.14
HSL 27.92º 0.86% 0.46% -
HSV(B) 27.92º 0.92% 0.86% -
XYZ 35 26.47 3.79 -
YUV 132.58 62.78 189.64 -
System Red Green Blue C M Y K H S L
Decimal 219 111 17 0 0.49 0.92 0.14 27.92 0.86 0.46
Hex DB 6F 11 0 31 5C E 1C 56 2E
Octal 333 157 21 0 61 134 16 34 126 56
Binary 11011011 1101111 10001 0 110001 1011100 1110 11100 1010110 101110

Color Harmonies of #DB6F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F11

Black with #DB6F11

Text Example


Text Example

White with #DB6F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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