Html Css Color HEX #DB7900 Mango Tango

📋 copy color: '#DB7900'

red 219 ◦ green 121 ◦ blue 0

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

Shades of Mango Tango #DB7900

Tints of Mango Tango #DB7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

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

R = 64.41%
G = 35.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB7900 (or 0xDB7900) is known color: Mango Tango. HEX triplet: DB, 79 and 00. RGB value is (219,121,0). Sum of RGB (Red+Green+Blue) = 219+121+0=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7900 is #2486FF. Grayscale: #898989. Windows color (decimal): -2393856 or 31195. OLE color: 31195.

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

Color convert

RGB 219 121 0 -
CMYK 0 0.45 1 0.14
HSL 33.15º 1% 0.43% -
HSV(B) 33.15º 1% 0.86% -
XYZ 36.05 28.73 3.65 -
YUV 136.51 50.97 186.84 -
System Red Green Blue C M Y K H S L
Decimal 219 121 0 0 0.45 1 0.14 33.15 1 0.43
Hex DB 79 0 0 2D 64 E 21 64 2B
Octal 333 171 0 0 55 144 16 41 144 53
Binary 11011011 1111001 0 0 101101 1100100 1110 100001 1100100 101011

Color Harmonies of #DB7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7900

Black with #DB7900

Text Example


Text Example

White with #DB7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7900; }

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

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

background-color css

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

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

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

border-color css

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

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

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