Html Css Color HEX #DB720C Mango Tango

📋 copy color: '#DB720C'

red 219 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #DB720C

Tints of Mango Tango #DB720C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 63.48%
G = 33.04%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB720C (or 0xDB720C) is known color: Mango Tango. HEX triplet: DB, 72 and 0C. RGB value is (219,114,12). Sum of RGB (Red+Green+Blue) = 219+114+12=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720C is #248DF3. Grayscale: #868686. Windows color (decimal): -2395636 or 815835. OLE color: 815835.

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

Color convert

RGB 219 114 12 -
CMYK 0 0.48 0.95 0.14
HSL 29.57º 0.9% 0.45% -
HSV(B) 29.57º 0.95% 0.86% -
XYZ 35.3 27.12 3.72 -
YUV 133.77 59.29 188.79 -
System Red Green Blue C M Y K H S L
Decimal 219 114 12 0 0.48 0.95 0.14 29.57 0.9 0.45
Hex DB 72 C 0 30 5F E 1E 5A 2D
Octal 333 162 14 0 60 137 16 36 132 55
Binary 11011011 1110010 1100 0 110000 1011111 1110 11110 1011010 101101

Color Harmonies of #DB720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB720C

Black with #DB720C

Text Example


Text Example

White with #DB720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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