Html Css Color HEX #DB7004 Mango Tango

📋 copy color: '#DB7004'

red 219 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #DB7004

Tints of Mango Tango #DB7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 65.37%
G = 33.43%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7004 (or 0xDB7004) is known color: Mango Tango. HEX triplet: DB, 70 and 04. RGB value is (219,112,4). Sum of RGB (Red+Green+Blue) = 219+112+4=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7004 is #248FFB. Grayscale: #848484. Windows color (decimal): -2396156 or 291035. OLE color: 291035.

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

Color convert

RGB 219 112 4 -
CMYK 0 0.49 0.98 0.14
HSL 30.14º 0.96% 0.44% -
HSV(B) 30.14º 0.98% 0.86% -
XYZ 35.03 26.66 3.41 -
YUV 131.68 55.95 190.28 -
System Red Green Blue C M Y K H S L
Decimal 219 112 4 0 0.49 0.98 0.14 30.14 0.96 0.44
Hex DB 70 4 0 31 62 E 1E 60 2C
Octal 333 160 4 0 61 142 16 36 140 54
Binary 11011011 1110000 100 0 110001 1100010 1110 11110 1100000 101100

Color Harmonies of #DB7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7004

Black with #DB7004

Text Example


Text Example

White with #DB7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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