Html Css Color HEX #DB7407 Mango Tango

📋 copy color: '#DB7407'

red 219 ◦ green 116 ◦ blue 7

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

Shades of Mango Tango #DB7407

Tints of Mango Tango #DB7407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 64.04%
G = 33.92%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB7407 (or 0xDB7407) is known color: Mango Tango. HEX triplet: DB, 74 and 07. RGB value is (219,116,7). Sum of RGB (Red+Green+Blue) = 219+116+7=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7407 is #248BF8. Grayscale: #868686. Windows color (decimal): -2395129 or 488667. OLE color: 488667.

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

Color convert

RGB 219 116 7 -
CMYK 0 0.47 0.97 0.14
HSL 30.85º 0.94% 0.44% -
HSV(B) 30.85º 0.97% 0.86% -
XYZ 35.5 27.57 3.65 -
YUV 134.37 56.12 188.36 -
System Red Green Blue C M Y K H S L
Decimal 219 116 7 0 0.47 0.97 0.14 30.85 0.94 0.44
Hex DB 74 7 0 2F 61 E 1F 5E 2C
Octal 333 164 7 0 57 141 16 37 136 54
Binary 11011011 1110100 111 0 101111 1100001 1110 11111 1011110 101100

Color Harmonies of #DB7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7407

Black with #DB7407

Text Example


Text Example

White with #DB7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7407; }

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

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

background-color css

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

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

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

border-color css

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

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

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