Html Css Color HEX #DB6706 Mango Tango

📋 copy color: '#DB6706'

red 219 ◦ green 103 ◦ blue 6

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

Shades of Mango Tango #DB6706

Tints of Mango Tango #DB6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 66.77%
G = 31.4%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB6706 (or 0xDB6706) is known color: Mango Tango. HEX triplet: DB, 67 and 06. RGB value is (219,103,6). Sum of RGB (Red+Green+Blue) = 219+103+6=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6706 is #2498F9. Grayscale: #7F7F7F. Windows color (decimal): -2398458 or 419803. OLE color: 419803.

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

Color convert

RGB 219 103 6 -
CMYK 0 0.53 0.97 0.14
HSL 27.32º 0.95% 0.44% -
HSV(B) 27.32º 0.97% 0.86% -
XYZ 34.1 24.77 3.16 -
YUV 126.63 59.93 193.89 -
System Red Green Blue C M Y K H S L
Decimal 219 103 6 0 0.53 0.97 0.14 27.32 0.95 0.44
Hex DB 67 6 0 35 61 E 1B 5F 2C
Octal 333 147 6 0 65 141 16 33 137 54
Binary 11011011 1100111 110 0 110101 1100001 1110 11011 1011111 101100

Color Harmonies of #DB6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6706

Black with #DB6706

Text Example


Text Example

White with #DB6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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