Html Css Color HEX #DB8003 Mango Tango

📋 copy color: '#DB8003'

red 219 ◦ green 128 ◦ blue 3

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

Shades of Mango Tango #DB8003

Tints of Mango Tango #DB8003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 62.57%
G = 36.57%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB8003 (or 0xDB8003) is known color: Mango Tango. HEX triplet: DB, 80 and 03. RGB value is (219,128,3). Sum of RGB (Red+Green+Blue) = 219+128+3=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8003 is #247FFC. Grayscale: #8D8D8D. Windows color (decimal): -2392061 or 229595. OLE color: 229595.

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

Color convert

RGB 219 128 3 -
CMYK 0 0.42 0.99 0.14
HSL 34.72º 0.97% 0.44% -
HSV(B) 34.72º 0.99% 0.86% -
XYZ 36.95 30.5 4.03 -
YUV 140.96 50.15 183.66 -
System Red Green Blue C M Y K H S L
Decimal 219 128 3 0 0.42 0.99 0.14 34.72 0.97 0.44
Hex DB 80 3 0 2A 63 E 23 61 2C
Octal 333 200 3 0 52 143 16 43 141 54
Binary 11011011 10000000 11 0 101010 1100011 1110 100011 1100001 101100

Color Harmonies of #DB8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8003

Black with #DB8003

Text Example


Text Example

White with #DB8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8003; }

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

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

background-color css

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

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

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

border-color css

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

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

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