Html Css Color HEX #DB8000 Mango Tango

📋 copy color: '#DB8000'

red 219 ◦ green 128 ◦ blue 0

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

Shades of Mango Tango #DB8000

Tints of Mango Tango #DB8000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.11%
G = 36.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB8000 (or 0xDB8000) is known color: Mango Tango. HEX triplet: DB, 80 and 00. RGB value is (219,128,0). Sum of RGB (Red+Green+Blue) = 219+128+0=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8000 is #247FFF. Grayscale: #8D8D8D. Windows color (decimal): -2392064 or 32987. OLE color: 32987.

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

Color convert

RGB 219 128 0 -
CMYK 0 0.42 1 0.14
HSL 35.07º 1% 0.43% -
HSV(B) 35.07º 1% 0.86% -
XYZ 36.93 30.5 3.94 -
YUV 140.62 48.65 183.91 -
System Red Green Blue C M Y K H S L
Decimal 219 128 0 0 0.42 1 0.14 35.07 1 0.43
Hex DB 80 0 0 2A 64 E 23 64 2B
Octal 333 200 0 0 52 144 16 43 144 53
Binary 11011011 10000000 0 0 101010 1100100 1110 100011 1100100 101011

Color Harmonies of #DB8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8000

Black with #DB8000

Text Example


Text Example

White with #DB8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8000; }

 p { color: rgb(219,128,0); }

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

background-color css

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

 a { background-color: rgb(219,128,0); }

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

border-color css

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

 span { border-color: rgb(219,128,0); }

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