Html Css Color HEX #DB720D Mango Tango

📋 copy color: '#DB720D'

red 219 ◦ green 114 ◦ blue 13

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

Shades of Mango Tango #DB720D

Tints of Mango Tango #DB720D

RGB

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

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

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

R = 63.29%
G = 32.95%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB720D (or 0xDB720D) is known color: Mango Tango. HEX triplet: DB, 72 and 0D. RGB value is (219,114,13). Sum of RGB (Red+Green+Blue) = 219+114+13=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720D is #248DF2. Grayscale: #868686. Windows color (decimal): -2395635 or 881371. OLE color: 881371.

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

Color convert

RGB 219 114 13 -
CMYK 0 0.48 0.94 0.14
HSL 29.42º 0.89% 0.45% -
HSV(B) 29.42º 0.94% 0.86% -
XYZ 35.3 27.12 3.76 -
YUV 133.88 59.79 188.71 -
System Red Green Blue C M Y K H S L
Decimal 219 114 13 0 0.48 0.94 0.14 29.42 0.89 0.45
Hex DB 72 D 0 30 5E E 1D 59 2D
Octal 333 162 15 0 60 136 16 35 131 55
Binary 11011011 1110010 1101 0 110000 1011110 1110 11101 1011001 101101

Color Harmonies of #DB720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB720D

Black with #DB720D

Text Example


Text Example

White with #DB720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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