Html Css Color HEX #DB8206 Mango Tango

📋 copy color: '#DB8206'

red 219 ◦ green 130 ◦ blue 6

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

Shades of Mango Tango #DB8206

Tints of Mango Tango #DB8206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

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

R = 61.69%
G = 36.62%
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

#DB8206 (or 0xDB8206) is known color: Mango Tango. HEX triplet: DB, 82 and 06. RGB value is (219,130,6). Sum of RGB (Red+Green+Blue) = 219+130+6=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8206 is #247DF9. Grayscale: #8F8F8F. Windows color (decimal): -2391546 or 426715. OLE color: 426715.

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

Color convert

RGB 219 130 6 -
CMYK 0 0.41 0.97 0.14
HSL 34.93º 0.95% 0.44% -
HSV(B) 34.93º 0.97% 0.86% -
XYZ 37.23 31.04 4.2 -
YUV 142.48 50.99 182.58 -
System Red Green Blue C M Y K H S L
Decimal 219 130 6 0 0.41 0.97 0.14 34.93 0.95 0.44
Hex DB 82 6 0 29 61 E 23 5F 2C
Octal 333 202 6 0 51 141 16 43 137 54
Binary 11011011 10000010 110 0 101001 1100001 1110 100011 1011111 101100

Color Harmonies of #DB8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8206

Black with #DB8206

Text Example


Text Example

White with #DB8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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