Html Css Color HEX #DB8008 Mango Tango

📋 copy color: '#DB8008'

red 219 ◦ green 128 ◦ blue 8

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

Shades of Mango Tango #DB8008

Tints of Mango Tango #DB8008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 61.69%
G = 36.06%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB8008 (or 0xDB8008) is known color: Mango Tango. HEX triplet: DB, 80 and 08. RGB value is (219,128,8). Sum of RGB (Red+Green+Blue) = 219+128+8=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8008 is #247FF7. Grayscale: #8E8E8E. Windows color (decimal): -2392056 or 557275. OLE color: 557275.

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

Color convert

RGB 219 128 8 -
CMYK 0 0.42 0.96 0.14
HSL 34.12º 0.93% 0.45% -
HSV(B) 34.12º 0.96% 0.86% -
XYZ 36.98 30.52 4.17 -
YUV 141.53 52.65 183.26 -
System Red Green Blue C M Y K H S L
Decimal 219 128 8 0 0.42 0.96 0.14 34.12 0.93 0.45
Hex DB 80 8 0 2A 60 E 22 5D 2D
Octal 333 200 10 0 52 140 16 42 135 55
Binary 11011011 10000000 1000 0 101010 1100000 1110 100010 1011101 101101

Color Harmonies of #DB8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8008

Black with #DB8008

Text Example


Text Example

White with #DB8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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