Html Css Color HEX #DB7108 Mango Tango

📋 copy color: '#DB7108'

red 219 ◦ green 113 ◦ blue 8

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

Shades of Mango Tango #DB7108

Tints of Mango Tango #DB7108

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 64.41%
G = 33.24%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB7108 (or 0xDB7108) is known color: Mango Tango. HEX triplet: DB, 71 and 08. RGB value is (219,113,8). Sum of RGB (Red+Green+Blue) = 219+113+8=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7108 is #248EF7. Grayscale: #858585. Windows color (decimal): -2395896 or 553435. OLE color: 553435.

HSL color Cylindrical-coordinate representation of color #DB7108: hue angle of 29.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB7108 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 8 -
CMYK 0 0.48 0.96 0.14
HSL 29.86º 0.93% 0.45% -
HSV(B) 29.86º 0.96% 0.86% -
XYZ 35.16 26.89 3.57 -
YUV 132.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 219 113 8 0 0.48 0.96 0.14 29.86 0.93 0.45
Hex DB 71 8 0 30 60 E 1E 5D 2D
Octal 333 161 10 0 60 140 16 36 135 55
Binary 11011011 1110001 1000 0 110000 1100000 1110 11110 1011101 101101

Color Harmonies of #DB7108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7108

Black with #DB7108

Text Example


Text Example

White with #DB7108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7108; }

 p { color: rgb(219,113,8); }

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

background-color css

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

 a { background-color: rgb(219,113,8); }

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

border-color css

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

 span { border-color: rgb(219,113,8); }

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