Html Css Color HEX #DB8205 Mango Tango

📋 copy color: '#DB8205'

red 219 ◦ green 130 ◦ blue 5

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

Shades of Mango Tango #DB8205

Tints of Mango Tango #DB8205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 61.86%
G = 36.72%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB8205 (or 0xDB8205) is known color: Mango Tango. HEX triplet: DB, 82 and 05. RGB value is (219,130,5). Sum of RGB (Red+Green+Blue) = 219+130+5=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8205 is #247DFA. Grayscale: #8E8E8E. Windows color (decimal): -2391547 or 361179. OLE color: 361179.

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

Color convert

RGB 219 130 5 -
CMYK 0 0.41 0.98 0.14
HSL 35.05º 0.96% 0.44% -
HSV(B) 35.05º 0.98% 0.86% -
XYZ 37.22 31.04 4.17 -
YUV 142.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 219 130 5 0 0.41 0.98 0.14 35.05 0.96 0.44
Hex DB 82 5 0 29 62 E 23 60 2C
Octal 333 202 5 0 51 142 16 43 140 54
Binary 11011011 10000010 101 0 101001 1100010 1110 100011 1100000 101100

Color Harmonies of #DB8205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8205

Black with #DB8205

Text Example


Text Example

White with #DB8205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8205; }

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

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

background-color css

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

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

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

border-color css

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

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

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