Html Css Color HEX #DB730A Mango Tango

📋 copy color: '#DB730A'

red 219 ◦ green 115 ◦ blue 10

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

Shades of Mango Tango #DB730A

Tints of Mango Tango #DB730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 63.66%
G = 33.43%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB730A (or 0xDB730A) is known color: Mango Tango. HEX triplet: DB, 73 and 0A. RGB value is (219,115,10). Sum of RGB (Red+Green+Blue) = 219+115+10=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB730A is #248CF5. Grayscale: #868686. Windows color (decimal): -2395382 or 685019. OLE color: 685019.

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

Color convert

RGB 219 115 10 -
CMYK 0 0.47 0.95 0.14
HSL 30.14º 0.91% 0.45% -
HSV(B) 30.14º 0.95% 0.86% -
XYZ 35.4 27.34 3.7 -
YUV 134.13 57.96 188.54 -
System Red Green Blue C M Y K H S L
Decimal 219 115 10 0 0.47 0.95 0.14 30.14 0.91 0.45
Hex DB 73 A 0 2F 5F E 1E 5B 2D
Octal 333 163 12 0 57 137 16 36 133 55
Binary 11011011 1110011 1010 0 101111 1011111 1110 11110 1011011 101101

Color Harmonies of #DB730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB730A

Black with #DB730A

Text Example


Text Example

White with #DB730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB730A; }

 p { color: rgb(219,115,10); }

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

background-color css

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

 a { background-color: rgb(219,115,10); }

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

border-color css

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

 span { border-color: rgb(219,115,10); }

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