Html Css Color HEX #DB7106 Mango Tango

📋 copy color: '#DB7106'

red 219 ◦ green 113 ◦ blue 6

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

Shades of Mango Tango #DB7106

Tints of Mango Tango #DB7106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 64.79%
G = 33.43%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB7106 (or 0xDB7106) is known color: Mango Tango. HEX triplet: DB, 71 and 06. RGB value is (219,113,6). Sum of RGB (Red+Green+Blue) = 219+113+6=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7106 is #248EF9. Grayscale: #858585. Windows color (decimal): -2395898 or 422363. OLE color: 422363.

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

Color convert

RGB 219 113 6 -
CMYK 0 0.48 0.97 0.14
HSL 30.14º 0.95% 0.44% -
HSV(B) 30.14º 0.97% 0.86% -
XYZ 35.15 26.88 3.51 -
YUV 132.5 56.62 189.7 -
System Red Green Blue C M Y K H S L
Decimal 219 113 6 0 0.48 0.97 0.14 30.14 0.95 0.44
Hex DB 71 6 0 30 61 E 1E 5F 2C
Octal 333 161 6 0 60 141 16 36 137 54
Binary 11011011 1110001 110 0 110000 1100001 1110 11110 1011111 101100

Color Harmonies of #DB7106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7106

Black with #DB7106

Text Example


Text Example

White with #DB7106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7106; }

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

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

background-color css

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

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

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

border-color css

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

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

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