Html Css Color HEX #DB7206 Mango Tango

📋 copy color: '#DB7206'

red 219 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #DB7206

Tints of Mango Tango #DB7206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 64.6%
G = 33.63%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB7206 (or 0xDB7206) is known color: Mango Tango. HEX triplet: DB, 72 and 06. RGB value is (219,114,6). Sum of RGB (Red+Green+Blue) = 219+114+6=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7206 is #248DF9. Grayscale: #858585. Windows color (decimal): -2395642 or 422619. OLE color: 422619.

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

Color convert

RGB 219 114 6 -
CMYK 0 0.48 0.97 0.14
HSL 30.42º 0.95% 0.44% -
HSV(B) 30.42º 0.97% 0.86% -
XYZ 35.26 27.11 3.55 -
YUV 133.08 56.29 189.28 -
System Red Green Blue C M Y K H S L
Decimal 219 114 6 0 0.48 0.97 0.14 30.42 0.95 0.44
Hex DB 72 6 0 30 61 E 1E 5F 2C
Octal 333 162 6 0 60 141 16 36 137 54
Binary 11011011 1110010 110 0 110000 1100001 1110 11110 1011111 101100

Color Harmonies of #DB7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7206

Black with #DB7206

Text Example


Text Example

White with #DB7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7206; }

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

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

background-color css

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

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

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

border-color css

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

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

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