Html Css Color HEX #DB8108 Mango Tango

📋 copy color: '#DB8108'

red 219 ◦ green 129 ◦ blue 8

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

Shades of Mango Tango #DB8108

Tints of Mango Tango #DB8108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 61.52%
G = 36.24%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB8108 (or 0xDB8108) is known color: Mango Tango. HEX triplet: DB, 81 and 08. RGB value is (219,129,8). Sum of RGB (Red+Green+Blue) = 219+129+8=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8108 is #247EF7. Grayscale: #8E8E8E. Windows color (decimal): -2391800 or 557531. OLE color: 557531.

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

Color convert

RGB 219 129 8 -
CMYK 0 0.41 0.96 0.14
HSL 34.41º 0.93% 0.45% -
HSV(B) 34.41º 0.96% 0.86% -
XYZ 37.11 30.78 4.21 -
YUV 142.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 219 129 8 0 0.41 0.96 0.14 34.41 0.93 0.45
Hex DB 81 8 0 29 60 E 22 5D 2D
Octal 333 201 10 0 51 140 16 42 135 55
Binary 11011011 10000001 1000 0 101001 1100000 1110 100010 1011101 101101

Color Harmonies of #DB8108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8108

Black with #DB8108

Text Example


Text Example

White with #DB8108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8108; }

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

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

background-color css

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

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

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

border-color css

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

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

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