Html Css Color HEX #DB740F Mango Tango

📋 copy color: '#DB740F'

red 219 ◦ green 116 ◦ blue 15

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

Shades of Mango Tango #DB740F

Tints of Mango Tango #DB740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 62.57%
G = 33.14%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB740F (or 0xDB740F) is known color: Mango Tango. HEX triplet: DB, 74 and 0F. RGB value is (219,116,15). Sum of RGB (Red+Green+Blue) = 219+116+15=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB740F is #248BF0. Grayscale: #878787. Windows color (decimal): -2395121 or 1012955. OLE color: 1012955.

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

Color convert

RGB 219 116 15 -
CMYK 0 0.47 0.93 0.14
HSL 29.71º 0.87% 0.46% -
HSV(B) 29.71º 0.93% 0.86% -
XYZ 35.55 27.59 3.9 -
YUV 135.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 219 116 15 0 0.47 0.93 0.14 29.71 0.87 0.46
Hex DB 74 F 0 2F 5D E 1E 57 2E
Octal 333 164 17 0 57 135 16 36 127 56
Binary 11011011 1110100 1111 0 101111 1011101 1110 11110 1010111 101110

Color Harmonies of #DB740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB740F

Black with #DB740F

Text Example


Text Example

White with #DB740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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