Html Css Color HEX #DB8208 Mango Tango

📋 copy color: '#DB8208'

red 219 ◦ green 130 ◦ blue 8

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

Shades of Mango Tango #DB8208

Tints of Mango Tango #DB8208

RGB

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

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

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

R = 61.34%
G = 36.41%
B = 2.24%

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

#DB8208 (or 0xDB8208) is known color: Mango Tango. HEX triplet: DB, 82 and 08. RGB value is (219,130,8). Sum of RGB (Red+Green+Blue) = 219+130+8=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8208 is #247DF7. Grayscale: #8F8F8F. Windows color (decimal): -2391544 or 557787. OLE color: 557787.

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

Color convert

RGB 219 130 8 -
CMYK 0 0.41 0.96 0.14
HSL 34.69º 0.93% 0.45% -
HSV(B) 34.69º 0.96% 0.86% -
XYZ 37.24 31.04 4.26 -
YUV 142.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 219 130 8 0 0.41 0.96 0.14 34.69 0.93 0.45
Hex DB 82 8 0 29 60 E 23 5D 2D
Octal 333 202 10 0 51 140 16 43 135 55
Binary 11011011 10000010 1000 0 101001 1100000 1110 100011 1011101 101101

Color Harmonies of #DB8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8208

Black with #DB8208

Text Example


Text Example

White with #DB8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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