Html Css Color HEX #DB740B Mango Tango

📋 copy color: '#DB740B'

red 219 ◦ green 116 ◦ blue 11

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

Shades of Mango Tango #DB740B

Tints of Mango Tango #DB740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 63.29%
G = 33.53%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB740B (or 0xDB740B) is known color: Mango Tango. HEX triplet: DB, 74 and 0B. RGB value is (219,116,11). Sum of RGB (Red+Green+Blue) = 219+116+11=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB740B is #248BF4. Grayscale: #878787. Windows color (decimal): -2395125 or 750811. OLE color: 750811.

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

Color convert

RGB 219 116 11 -
CMYK 0 0.47 0.95 0.14
HSL 30.29º 0.9% 0.45% -
HSV(B) 30.29º 0.95% 0.86% -
XYZ 35.52 27.58 3.77 -
YUV 134.83 58.12 188.04 -
System Red Green Blue C M Y K H S L
Decimal 219 116 11 0 0.47 0.95 0.14 30.29 0.9 0.45
Hex DB 74 B 0 2F 5F E 1E 5A 2D
Octal 333 164 13 0 57 137 16 36 132 55
Binary 11011011 1110100 1011 0 101111 1011111 1110 11110 1011010 101101

Color Harmonies of #DB740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB740B

Black with #DB740B

Text Example


Text Example

White with #DB740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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