Html Css Color HEX #DB7105 Mango Tango

📋 copy color: '#DB7105'

red 219 ◦ green 113 ◦ blue 5

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

Shades of Mango Tango #DB7105

Tints of Mango Tango #DB7105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 64.99%
G = 33.53%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7105 (or 0xDB7105) is known color: Mango Tango. HEX triplet: DB, 71 and 05. RGB value is (219,113,5). Sum of RGB (Red+Green+Blue) = 219+113+5=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7105 is #248EFA. Grayscale: #848484. Windows color (decimal): -2395899 or 356827. OLE color: 356827.

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

Color convert

RGB 219 113 5 -
CMYK 0 0.48 0.98 0.14
HSL 30.28º 0.96% 0.44% -
HSV(B) 30.28º 0.98% 0.86% -
XYZ 35.15 26.88 3.48 -
YUV 132.38 56.12 189.78 -
System Red Green Blue C M Y K H S L
Decimal 219 113 5 0 0.48 0.98 0.14 30.28 0.96 0.44
Hex DB 71 5 0 30 62 E 1E 60 2C
Octal 333 161 5 0 60 142 16 36 140 54
Binary 11011011 1110001 101 0 110000 1100010 1110 11110 1100000 101100

Color Harmonies of #DB7105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7105

Black with #DB7105

Text Example


Text Example

White with #DB7105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7105; }

 p { color: rgb(219,113,5); }

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

background-color css

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

 a { background-color: rgb(219,113,5); }

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

border-color css

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

 span { border-color: rgb(219,113,5); }

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