Html Css Color HEX #DB730F Mango Tango

📋 copy color: '#DB730F'

red 219 ◦ green 115 ◦ blue 15

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

Shades of Mango Tango #DB730F

Tints of Mango Tango #DB730F

RGB

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

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

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

R = 62.75%
G = 32.95%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB730F (or 0xDB730F) is known color: Mango Tango. HEX triplet: DB, 73 and 0F. RGB value is (219,115,15). Sum of RGB (Red+Green+Blue) = 219+115+15=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB730F is #248CF0. Grayscale: #878787. Windows color (decimal): -2395377 or 1012699. OLE color: 1012699.

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

Color convert

RGB 219 115 15 -
CMYK 0 0.47 0.93 0.14
HSL 29.41º 0.87% 0.46% -
HSV(B) 29.41º 0.93% 0.86% -
XYZ 35.43 27.36 3.86 -
YUV 134.7 60.46 188.13 -
System Red Green Blue C M Y K H S L
Decimal 219 115 15 0 0.47 0.93 0.14 29.41 0.87 0.46
Hex DB 73 F 0 2F 5D E 1D 57 2E
Octal 333 163 17 0 57 135 16 35 127 56
Binary 11011011 1110011 1111 0 101111 1011101 1110 11101 1010111 101110

Color Harmonies of #DB730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB730F

Black with #DB730F

Text Example


Text Example

White with #DB730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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