Html Css Color HEX #DB8106 Mango Tango

📋 copy color: '#DB8106'

red 219 ◦ green 129 ◦ blue 6

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

Shades of Mango Tango #DB8106

Tints of Mango Tango #DB8106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 61.86%
G = 36.44%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB8106 (or 0xDB8106) is known color: Mango Tango. HEX triplet: DB, 81 and 06. RGB value is (219,129,6). Sum of RGB (Red+Green+Blue) = 219+129+6=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8106 is #247EF9. Grayscale: #8E8E8E. Windows color (decimal): -2391802 or 426459. OLE color: 426459.

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

Color convert

RGB 219 129 6 -
CMYK 0 0.41 0.97 0.14
HSL 34.65º 0.95% 0.44% -
HSV(B) 34.65º 0.97% 0.86% -
XYZ 37.1 30.77 4.16 -
YUV 141.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 219 129 6 0 0.41 0.97 0.14 34.65 0.95 0.44
Hex DB 81 6 0 29 61 E 23 5F 2C
Octal 333 201 6 0 51 141 16 43 137 54
Binary 11011011 10000001 110 0 101001 1100001 1110 100011 1011111 101100

Color Harmonies of #DB8106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8106

Black with #DB8106

Text Example


Text Example

White with #DB8106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8106; }

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

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

background-color css

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

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

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

border-color css

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

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

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