Html Css Color HEX #DB8210 Mango Tango

📋 copy color: '#DB8210'

red 219 ◦ green 130 ◦ blue 16

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

Shades of Mango Tango #DB8210

Tints of Mango Tango #DB8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 60%
G = 35.62%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8210 (or 0xDB8210) is known color: Mango Tango. HEX triplet: DB, 82 and 10. RGB value is (219,130,16). Sum of RGB (Red+Green+Blue) = 219+130+16=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8210 is #247DEF. Grayscale: #909090. Windows color (decimal): -2391536 or 1082075. OLE color: 1082075.

HSL color Cylindrical-coordinate representation of color #DB8210: hue angle of 33.69º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB8210 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 16 -
CMYK 0 0.41 0.93 0.14
HSL 33.69º 0.86% 0.46% -
HSV(B) 33.69º 0.93% 0.86% -
XYZ 37.29 31.06 4.52 -
YUV 143.62 55.99 181.77 -
System Red Green Blue C M Y K H S L
Decimal 219 130 16 0 0.41 0.93 0.14 33.69 0.86 0.46
Hex DB 82 10 0 29 5D E 22 56 2E
Octal 333 202 20 0 51 135 16 42 126 56
Binary 11011011 10000010 10000 0 101001 1011101 1110 100010 1010110 101110

Color Harmonies of #DB8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8210

Black with #DB8210

Text Example


Text Example

White with #DB8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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