Html Css Color HEX #DB800E Mango Tango

📋 copy color: '#DB800E'

red 219 ◦ green 128 ◦ blue 14

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

Shades of Mango Tango #DB800E

Tints of Mango Tango #DB800E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 60.66%
G = 35.46%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB800E (or 0xDB800E) is known color: Mango Tango. HEX triplet: DB, 80 and 0E. RGB value is (219,128,14). Sum of RGB (Red+Green+Blue) = 219+128+14=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB800E is #247FF1. Grayscale: #8E8E8E. Windows color (decimal): -2392050 or 950491. OLE color: 950491.

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

Color convert

RGB 219 128 14 -
CMYK 0 0.42 0.94 0.14
HSL 33.37º 0.88% 0.46% -
HSV(B) 33.37º 0.94% 0.86% -
XYZ 37.01 30.53 4.36 -
YUV 142.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 219 128 14 0 0.42 0.94 0.14 33.37 0.88 0.46
Hex DB 80 E 0 2A 5E E 21 58 2E
Octal 333 200 16 0 52 136 16 41 130 56
Binary 11011011 10000000 1110 0 101010 1011110 1110 100001 1011000 101110

Color Harmonies of #DB800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB800E

Black with #DB800E

Text Example


Text Example

White with #DB800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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