Html Css Color HEX #DB6406 Mango Tango

📋 copy color: '#DB6406'

red 219 ◦ green 100 ◦ blue 6

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

Shades of Mango Tango #DB6406

Tints of Mango Tango #DB6406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 67.38%
G = 30.77%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB6406 (or 0xDB6406) is known color: Mango Tango. HEX triplet: DB, 64 and 06. RGB value is (219,100,6). Sum of RGB (Red+Green+Blue) = 219+100+6=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6406 is #249BF9. Grayscale: #7D7D7D. Windows color (decimal): -2399226 or 419035. OLE color: 419035.

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

Color convert

RGB 219 100 6 -
CMYK 0 0.54 0.97 0.14
HSL 26.48º 0.95% 0.44% -
HSV(B) 26.48º 0.97% 0.86% -
XYZ 33.8 24.19 3.06 -
YUV 124.87 60.92 195.14 -
System Red Green Blue C M Y K H S L
Decimal 219 100 6 0 0.54 0.97 0.14 26.48 0.95 0.44
Hex DB 64 6 0 36 61 E 1A 5F 2C
Octal 333 144 6 0 66 141 16 32 137 54
Binary 11011011 1100100 110 0 110110 1100001 1110 11010 1011111 101100

Color Harmonies of #DB6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6406

Black with #DB6406

Text Example


Text Example

White with #DB6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6406; }

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

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

background-color css

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

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

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

border-color css

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

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

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