Html Css Color HEX #DB7410 Mango Tango

📋 copy color: '#DB7410'

red 219 ◦ green 116 ◦ blue 16

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

Shades of Mango Tango #DB7410

Tints of Mango Tango #DB7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 62.39%
G = 33.05%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB7410 (or 0xDB7410) is known color: Mango Tango. HEX triplet: DB, 74 and 10. RGB value is (219,116,16). Sum of RGB (Red+Green+Blue) = 219+116+16=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7410 is #248BEF. Grayscale: #878787. Windows color (decimal): -2395120 or 1078491. OLE color: 1078491.

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

Color convert

RGB 219 116 16 -
CMYK 0 0.47 0.93 0.14
HSL 29.56º 0.86% 0.46% -
HSV(B) 29.56º 0.93% 0.86% -
XYZ 35.55 27.59 3.94 -
YUV 135.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 219 116 16 0 0.47 0.93 0.14 29.56 0.86 0.46
Hex DB 74 10 0 2F 5D E 1E 56 2E
Octal 333 164 20 0 57 135 16 36 126 56
Binary 11011011 1110100 10000 0 101111 1011101 1110 11110 1010110 101110

Color Harmonies of #DB7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7410

Black with #DB7410

Text Example


Text Example

White with #DB7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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