Html Css Color HEX #DB7711 Mango Tango

📋 copy color: '#DB7711'

red 219 ◦ green 119 ◦ blue 17

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

Shades of Mango Tango #DB7711

Tints of Mango Tango #DB7711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 61.69%
G = 33.52%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7711 (or 0xDB7711) is known color: Mango Tango. HEX triplet: DB, 77 and 11. RGB value is (219,119,17). Sum of RGB (Red+Green+Blue) = 219+119+17=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7711 is #2488EE. Grayscale: #898989. Windows color (decimal): -2394351 or 1144795. OLE color: 1144795.

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

Color convert

RGB 219 119 17 -
CMYK 0 0.46 0.92 0.14
HSL 30.3º 0.86% 0.46% -
HSV(B) 30.3º 0.92% 0.86% -
XYZ 35.91 28.29 4.1 -
YUV 137.27 60.13 186.29 -
System Red Green Blue C M Y K H S L
Decimal 219 119 17 0 0.46 0.92 0.14 30.3 0.86 0.46
Hex DB 77 11 0 2E 5C E 1E 56 2E
Octal 333 167 21 0 56 134 16 36 126 56
Binary 11011011 1110111 10001 0 101110 1011100 1110 11110 1010110 101110

Color Harmonies of #DB7711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7711

Black with #DB7711

Text Example


Text Example

White with #DB7711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7711; }

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

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

background-color css

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

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

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

border-color css

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

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

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