Html Css Color HEX #DB720F Mango Tango

📋 copy color: '#DB720F'

red 219 ◦ green 114 ◦ blue 15

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

Shades of Mango Tango #DB720F

Tints of Mango Tango #DB720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 62.93%
G = 32.76%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB720F (or 0xDB720F) is known color: Mango Tango. HEX triplet: DB, 72 and 0F. RGB value is (219,114,15). Sum of RGB (Red+Green+Blue) = 219+114+15=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720F is #248DF0. Grayscale: #868686. Windows color (decimal): -2395633 or 1012443. OLE color: 1012443.

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

Color convert

RGB 219 114 15 -
CMYK 0 0.48 0.93 0.14
HSL 29.12º 0.87% 0.46% -
HSV(B) 29.12º 0.93% 0.86% -
XYZ 35.32 27.13 3.83 -
YUV 134.11 60.79 188.55 -
System Red Green Blue C M Y K H S L
Decimal 219 114 15 0 0.48 0.93 0.14 29.12 0.87 0.46
Hex DB 72 F 0 30 5D E 1D 57 2E
Octal 333 162 17 0 60 135 16 35 127 56
Binary 11011011 1110010 1111 0 110000 1011101 1110 11101 1010111 101110

Color Harmonies of #DB720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB720F

Black with #DB720F

Text Example


Text Example

White with #DB720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB720F; }

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

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

background-color css

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

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

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

border-color css

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

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

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