Html Css Color HEX #DB740D Mango Tango

📋 copy color: '#DB740D'

red 219 ◦ green 116 ◦ blue 13

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

Shades of Mango Tango #DB740D

Tints of Mango Tango #DB740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 62.93%
G = 33.33%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB740D (or 0xDB740D) is known color: Mango Tango. HEX triplet: DB, 74 and 0D. RGB value is (219,116,13). Sum of RGB (Red+Green+Blue) = 219+116+13=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB740D is #248BF2. Grayscale: #878787. Windows color (decimal): -2395123 or 881883. OLE color: 881883.

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

Color convert

RGB 219 116 13 -
CMYK 0 0.47 0.94 0.14
HSL 30º 0.89% 0.45% -
HSV(B) 30º 0.94% 0.86% -
XYZ 35.53 27.58 3.83 -
YUV 135.06 59.12 187.88 -
System Red Green Blue C M Y K H S L
Decimal 219 116 13 0 0.47 0.94 0.14 30 0.89 0.45
Hex DB 74 D 0 2F 5E E 1E 59 2D
Octal 333 164 15 0 57 136 16 36 131 55
Binary 11011011 1110100 1101 0 101111 1011110 1110 11110 1011001 101101

Color Harmonies of #DB740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB740D

Black with #DB740D

Text Example


Text Example

White with #DB740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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