Html Css Color HEX #DB7604 Mango Tango

📋 copy color: '#DB7604'

red 219 ◦ green 118 ◦ blue 4

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

Shades of Mango Tango #DB7604

Tints of Mango Tango #DB7604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 64.22%
G = 34.6%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7604 (or 0xDB7604) is known color: Mango Tango. HEX triplet: DB, 76 and 04. RGB value is (219,118,4). Sum of RGB (Red+Green+Blue) = 219+118+4=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7604 is #2489FB. Grayscale: #878787. Windows color (decimal): -2394620 or 292571. OLE color: 292571.

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

Color convert

RGB 219 118 4 -
CMYK 0 0.46 0.98 0.14
HSL 31.81º 0.96% 0.44% -
HSV(B) 31.81º 0.98% 0.86% -
XYZ 35.71 28.03 3.64 -
YUV 135.2 53.96 187.77 -
System Red Green Blue C M Y K H S L
Decimal 219 118 4 0 0.46 0.98 0.14 31.81 0.96 0.44
Hex DB 76 4 0 2E 62 E 20 60 2C
Octal 333 166 4 0 56 142 16 40 140 54
Binary 11011011 1110110 100 0 101110 1100010 1110 100000 1100000 101100

Color Harmonies of #DB7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7604

Black with #DB7604

Text Example


Text Example

White with #DB7604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7604; }

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

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

background-color css

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

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

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

border-color css

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

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

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