Html Css Color HEX #DB770F Mango Tango

📋 copy color: '#DB770F'

red 219 ◦ green 119 ◦ blue 15

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

Shades of Mango Tango #DB770F

Tints of Mango Tango #DB770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 62.04%
G = 33.71%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB770F (or 0xDB770F) is known color: Mango Tango. HEX triplet: DB, 77 and 0F. RGB value is (219,119,15). Sum of RGB (Red+Green+Blue) = 219+119+15=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB770F is #2488F0. Grayscale: #898989. Windows color (decimal): -2394353 or 1013723. OLE color: 1013723.

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

Color convert

RGB 219 119 15 -
CMYK 0 0.46 0.93 0.14
HSL 30.59º 0.87% 0.46% -
HSV(B) 30.59º 0.93% 0.86% -
XYZ 35.9 28.29 4.02 -
YUV 137.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 219 119 15 0 0.46 0.93 0.14 30.59 0.87 0.46
Hex DB 77 F 0 2E 5D E 1F 57 2E
Octal 333 167 17 0 56 135 16 37 127 56
Binary 11011011 1110111 1111 0 101110 1011101 1110 11111 1010111 101110

Color Harmonies of #DB770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB770F

Black with #DB770F

Text Example


Text Example

White with #DB770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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