Html Css Color HEX #DB8102 Mango Tango

📋 copy color: '#DB8102'

red 219 ◦ green 129 ◦ blue 2

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

Shades of Mango Tango #DB8102

Tints of Mango Tango #DB8102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 62.57%
G = 36.86%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB8102 (or 0xDB8102) is known color: Mango Tango. HEX triplet: DB, 81 and 02. RGB value is (219,129,2). Sum of RGB (Red+Green+Blue) = 219+129+2=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8102 is #247EFD. Grayscale: #8E8E8E. Windows color (decimal): -2391806 or 164315. OLE color: 164315.

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

Color convert

RGB 219 129 2 -
CMYK 0 0.41 0.99 0.14
HSL 35.12º 0.98% 0.43% -
HSV(B) 35.12º 0.99% 0.86% -
XYZ 37.07 30.76 4.04 -
YUV 141.43 49.32 183.33 -
System Red Green Blue C M Y K H S L
Decimal 219 129 2 0 0.41 0.99 0.14 35.12 0.98 0.43
Hex DB 81 2 0 29 63 E 23 62 2B
Octal 333 201 2 0 51 143 16 43 142 53
Binary 11011011 10000001 10 0 101001 1100011 1110 100011 1100010 101011

Color Harmonies of #DB8102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8102

Black with #DB8102

Text Example


Text Example

White with #DB8102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8102; }

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

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

background-color css

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

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

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

border-color css

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

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

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