Html Css Color HEX #DB7005 Mango Tango

📋 copy color: '#DB7005'

red 219 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #DB7005

Tints of Mango Tango #DB7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 65.18%
G = 33.33%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7005 (or 0xDB7005) is known color: Mango Tango. HEX triplet: DB, 70 and 05. RGB value is (219,112,5). Sum of RGB (Red+Green+Blue) = 219+112+5=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7005 is #248FFA. Grayscale: #848484. Windows color (decimal): -2396155 or 356571. OLE color: 356571.

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

Color convert

RGB 219 112 5 -
CMYK 0 0.49 0.98 0.14
HSL 30º 0.96% 0.44% -
HSV(B) 30º 0.98% 0.86% -
XYZ 35.03 26.66 3.44 -
YUV 131.8 56.45 190.2 -
System Red Green Blue C M Y K H S L
Decimal 219 112 5 0 0.49 0.98 0.14 30 0.96 0.44
Hex DB 70 5 0 31 62 E 1E 60 2C
Octal 333 160 5 0 61 142 16 36 140 54
Binary 11011011 1110000 101 0 110001 1100010 1110 11110 1100000 101100

Color Harmonies of #DB7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7005

Black with #DB7005

Text Example


Text Example

White with #DB7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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