Html Css Color HEX #DB7209 Mango Tango

📋 copy color: '#DB7209'

red 219 ◦ green 114 ◦ blue 9

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

Shades of Mango Tango #DB7209

Tints of Mango Tango #DB7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 64.04%
G = 33.33%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB7209 (or 0xDB7209) is known color: Mango Tango. HEX triplet: DB, 72 and 09. RGB value is (219,114,9). Sum of RGB (Red+Green+Blue) = 219+114+9=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7209 is #248DF6. Grayscale: #858585. Windows color (decimal): -2395639 or 619227. OLE color: 619227.

HSL color Cylindrical-coordinate representation of color #DB7209: hue angle of 30º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB7209 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 9 -
CMYK 0 0.48 0.96 0.14
HSL 30º 0.92% 0.45% -
HSV(B) 30º 0.96% 0.86% -
XYZ 35.28 27.11 3.63 -
YUV 133.43 57.79 189.04 -
System Red Green Blue C M Y K H S L
Decimal 219 114 9 0 0.48 0.96 0.14 30 0.92 0.45
Hex DB 72 9 0 30 60 E 1E 5C 2D
Octal 333 162 11 0 60 140 16 36 134 55
Binary 11011011 1110010 1001 0 110000 1100000 1110 11110 1011100 101101

Color Harmonies of #DB7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7209

Black with #DB7209

Text Example


Text Example

White with #DB7209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7209; }

 p { color: rgb(219,114,9); }

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

background-color css

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

 a { background-color: rgb(219,114,9); }

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

border-color css

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

 span { border-color: rgb(219,114,9); }

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