Html Css Color HEX #DB8204 Mango Tango

📋 copy color: '#DB8204'

red 219 ◦ green 130 ◦ blue 4

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

Shades of Mango Tango #DB8204

Tints of Mango Tango #DB8204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 62.04%
G = 36.83%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB8204 (or 0xDB8204) is known color: Mango Tango. HEX triplet: DB, 82 and 04. RGB value is (219,130,4). Sum of RGB (Red+Green+Blue) = 219+130+4=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8204 is #247DFB. Grayscale: #8E8E8E. Windows color (decimal): -2391548 or 295643. OLE color: 295643.

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

Color convert

RGB 219 130 4 -
CMYK 0 0.41 0.98 0.14
HSL 35.16º 0.96% 0.44% -
HSV(B) 35.16º 0.98% 0.86% -
XYZ 37.22 31.03 4.14 -
YUV 142.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 219 130 4 0 0.41 0.98 0.14 35.16 0.96 0.44
Hex DB 82 4 0 29 62 E 23 60 2C
Octal 333 202 4 0 51 142 16 43 140 54
Binary 11011011 10000010 100 0 101001 1100010 1110 100011 1100000 101100

Color Harmonies of #DB8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8204

Black with #DB8204

Text Example


Text Example

White with #DB8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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