Html Css Color HEX #DB7404 Mango Tango

📋 copy color: '#DB7404'

red 219 ◦ green 116 ◦ blue 4

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

Shades of Mango Tango #DB7404

Tints of Mango Tango #DB7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 64.6%
G = 34.22%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7404 (or 0xDB7404) is known color: Mango Tango. HEX triplet: DB, 74 and 04. RGB value is (219,116,4). Sum of RGB (Red+Green+Blue) = 219+116+4=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7404 is #248BFB. Grayscale: #868686. Windows color (decimal): -2395132 or 292059. OLE color: 292059.

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

Color convert

RGB 219 116 4 -
CMYK 0 0.47 0.98 0.14
HSL 31.26º 0.96% 0.44% -
HSV(B) 31.26º 0.98% 0.86% -
XYZ 35.48 27.56 3.56 -
YUV 134.03 54.62 188.61 -
System Red Green Blue C M Y K H S L
Decimal 219 116 4 0 0.47 0.98 0.14 31.26 0.96 0.44
Hex DB 74 4 0 2F 62 E 1F 60 2C
Octal 333 164 4 0 57 142 16 37 140 54
Binary 11011011 1110100 100 0 101111 1100010 1110 11111 1100000 101100

Color Harmonies of #DB7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7404

Black with #DB7404

Text Example


Text Example

White with #DB7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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