Html Css Color HEX #DB760A Mango Tango

📋 copy color: '#DB760A'

red 219 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #DB760A

Tints of Mango Tango #DB760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 63.11%
G = 34.01%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB760A (or 0xDB760A) is known color: Mango Tango. HEX triplet: DB, 76 and 0A. RGB value is (219,118,10). Sum of RGB (Red+Green+Blue) = 219+118+10=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB760A is #2489F5. Grayscale: #888888. Windows color (decimal): -2394614 or 685787. OLE color: 685787.

HSL color Cylindrical-coordinate representation of color #DB760A: hue angle of 31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB760A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 10 -
CMYK 0 0.46 0.95 0.14
HSL 31º 0.91% 0.45% -
HSV(B) 31º 0.95% 0.86% -
XYZ 35.75 28.04 3.82 -
YUV 135.89 56.96 187.28 -
System Red Green Blue C M Y K H S L
Decimal 219 118 10 0 0.46 0.95 0.14 31 0.91 0.45
Hex DB 76 A 0 2E 5F E 1F 5B 2D
Octal 333 166 12 0 56 137 16 37 133 55
Binary 11011011 1110110 1010 0 101110 1011111 1110 11111 1011011 101101

Color Harmonies of #DB760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB760A

Black with #DB760A

Text Example


Text Example

White with #DB760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB760A; }

 p { color: rgb(219,118,10); }

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

background-color css

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

 a { background-color: rgb(219,118,10); }

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

border-color css

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

 span { border-color: rgb(219,118,10); }

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