Html Css Color HEX #DB7104 Mango Tango

📋 copy color: '#DB7104'

red 219 ◦ green 113 ◦ blue 4

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

Shades of Mango Tango #DB7104

Tints of Mango Tango #DB7104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 65.18%
G = 33.63%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7104 (or 0xDB7104) is known color: Mango Tango. HEX triplet: DB, 71 and 04. RGB value is (219,113,4). Sum of RGB (Red+Green+Blue) = 219+113+4=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7104 is #248EFB. Grayscale: #848484. Windows color (decimal): -2395900 or 291291. OLE color: 291291.

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

Color convert

RGB 219 113 4 -
CMYK 0 0.48 0.98 0.14
HSL 30.42º 0.96% 0.44% -
HSV(B) 30.42º 0.98% 0.86% -
XYZ 35.14 26.88 3.45 -
YUV 132.27 55.62 189.86 -
System Red Green Blue C M Y K H S L
Decimal 219 113 4 0 0.48 0.98 0.14 30.42 0.96 0.44
Hex DB 71 4 0 30 62 E 1E 60 2C
Octal 333 161 4 0 60 142 16 36 140 54
Binary 11011011 1110001 100 0 110000 1100010 1110 11110 1100000 101100

Color Harmonies of #DB7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7104

Black with #DB7104

Text Example


Text Example

White with #DB7104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7104; }

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

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

background-color css

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

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

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

border-color css

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

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

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