Html Css Color HEX #DB6506 Mango Tango

📋 copy color: '#DB6506'

red 219 ◦ green 101 ◦ blue 6

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

Shades of Mango Tango #DB6506

Tints of Mango Tango #DB6506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 67.18%
G = 30.98%
B = 1.84%

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

#DB6506 (or 0xDB6506) is known color: Mango Tango. HEX triplet: DB, 65 and 06. RGB value is (219,101,6). Sum of RGB (Red+Green+Blue) = 219+101+6=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6506 is #249AF9. Grayscale: #7D7D7D. Windows color (decimal): -2398970 or 419291. OLE color: 419291.

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

Color convert

RGB 219 101 6 -
CMYK 0 0.54 0.97 0.14
HSL 26.76º 0.95% 0.44% -
HSV(B) 26.76º 0.97% 0.86% -
XYZ 33.9 24.38 3.09 -
YUV 125.45 60.59 194.72 -
System Red Green Blue C M Y K H S L
Decimal 219 101 6 0 0.54 0.97 0.14 26.76 0.95 0.44
Hex DB 65 6 0 36 61 E 1B 5F 2C
Octal 333 145 6 0 66 141 16 33 137 54
Binary 11011011 1100101 110 0 110110 1100001 1110 11011 1011111 101100

Color Harmonies of #DB6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6506

Black with #DB6506

Text Example


Text Example

White with #DB6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6506; }

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

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

background-color css

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

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

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

border-color css

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

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

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