Html Css Color HEX #DB7A04 Mango Tango

📋 copy color: '#DB7A04'

red 219 ◦ green 122 ◦ blue 4

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

Shades of Mango Tango #DB7A04

Tints of Mango Tango #DB7A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 63.48%
G = 35.36%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7A04 (or 0xDB7A04) is known color: Mango Tango. HEX triplet: DB, 7A and 04. RGB value is (219,122,4). Sum of RGB (Red+Green+Blue) = 219+122+4=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A04 is #2485FB. Grayscale: #8A8A8A. Windows color (decimal): -2393596 or 293595. OLE color: 293595.

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

Color convert

RGB 219 122 4 -
CMYK 0 0.44 0.98 0.14
HSL 32.93º 0.96% 0.44% -
HSV(B) 32.93º 0.98% 0.86% -
XYZ 36.19 28.99 3.8 -
YUV 137.55 52.64 186.09 -
System Red Green Blue C M Y K H S L
Decimal 219 122 4 0 0.44 0.98 0.14 32.93 0.96 0.44
Hex DB 7A 4 0 2C 62 E 21 60 2C
Octal 333 172 4 0 54 142 16 41 140 54
Binary 11011011 1111010 100 0 101100 1100010 1110 100001 1100000 101100

Color Harmonies of #DB7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A04

Black with #DB7A04

Text Example


Text Example

White with #DB7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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