Html Css Color HEX #DB8408 Mango Tango

📋 copy color: '#DB8408'

red 219 ◦ green 132 ◦ blue 8

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

Shades of Mango Tango #DB8408

Tints of Mango Tango #DB8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 61%
G = 36.77%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB8408 (or 0xDB8408) is known color: Mango Tango. HEX triplet: DB, 84 and 08. RGB value is (219,132,8). Sum of RGB (Red+Green+Blue) = 219+132+8=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8408 is #247BF7. Grayscale: #909090. Windows color (decimal): -2391032 or 558299. OLE color: 558299.

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

Color convert

RGB 219 132 8 -
CMYK 0 0.40 0.96 0.14
HSL 35.26º 0.93% 0.45% -
HSV(B) 35.26º 0.96% 0.86% -
XYZ 37.51 31.58 4.35 -
YUV 143.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 219 132 8 0 0.40 0.96 0.14 35.26 0.93 0.45
Hex DB 84 8 0 28 60 E 23 5D 2D
Octal 333 204 10 0 50 140 16 43 135 55
Binary 11011011 10000100 1000 0 101000 1100000 1110 100011 1011101 101101

Color Harmonies of #DB8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8408

Black with #DB8408

Text Example


Text Example

White with #DB8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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