Html Css Color HEX #DB7211 Chocolate

📋 copy color: '#DB7211'

red 219 ◦ green 114 ◦ blue 17

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

Shades of Chocolate #DB7211

Tints of Chocolate #DB7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 62.57%
G = 32.57%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7211 (or 0xDB7211) is known color: Chocolate. HEX triplet: DB, 72 and 11. RGB value is (219,114,17). Sum of RGB (Red+Green+Blue) = 219+114+17=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7211 is #248DEE. Grayscale: #868686. Windows color (decimal): -2395631 or 1143515. OLE color: 1143515.

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

Color convert

RGB 219 114 17 -
CMYK 0 0.48 0.92 0.14
HSL 28.81º 0.86% 0.46% -
HSV(B) 28.81º 0.92% 0.86% -
XYZ 35.33 27.14 3.91 -
YUV 134.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 219 114 17 0 0.48 0.92 0.14 28.81 0.86 0.46
Hex DB 72 11 0 30 5C E 1D 56 2E
Octal 333 162 21 0 60 134 16 35 126 56
Binary 11011011 1110010 10001 0 110000 1011100 1110 11101 1010110 101110

Color Harmonies of #DB7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7211

Black with #DB7211

Text Example


Text Example

White with #DB7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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