Html Css Color HEX #DB760B Mango Tango

📋 copy color: '#DB760B'

red 219 ◦ green 118 ◦ blue 11

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

Shades of Mango Tango #DB760B

Tints of Mango Tango #DB760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 62.93%
G = 33.91%
B = 3.16%

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

#DB760B (or 0xDB760B) is known color: Mango Tango. HEX triplet: DB, 76 and 0B. RGB value is (219,118,11). Sum of RGB (Red+Green+Blue) = 219+118+11=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB760B is #2489F4. Grayscale: #888888. Windows color (decimal): -2394613 or 751323. OLE color: 751323.

HSL color Cylindrical-coordinate representation of color #DB760B: hue angle of 30.87º degrees, saturation: 0.9, 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 #DB760B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 11 -
CMYK 0 0.46 0.95 0.14
HSL 30.87º 0.9% 0.45% -
HSV(B) 30.87º 0.95% 0.86% -
XYZ 35.75 28.04 3.84 -
YUV 136 57.46 187.2 -
System Red Green Blue C M Y K H S L
Decimal 219 118 11 0 0.46 0.95 0.14 30.87 0.9 0.45
Hex DB 76 B 0 2E 5F E 1F 5A 2D
Octal 333 166 13 0 56 137 16 37 132 55
Binary 11011011 1110110 1011 0 101110 1011111 1110 11111 1011010 101101

Color Harmonies of #DB760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB760B

Black with #DB760B

Text Example


Text Example

White with #DB760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB760B; }

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

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

background-color css

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

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

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

border-color css

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

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

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