Html Css Color HEX #DB7A0E Mango Tango

📋 copy color: '#DB7A0E'

red 219 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #DB7A0E

Tints of Mango Tango #DB7A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 61.69%
G = 34.37%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB7A0E (or 0xDB7A0E) is known color: Mango Tango. HEX triplet: DB, 7A and 0E. RGB value is (219,122,14). Sum of RGB (Red+Green+Blue) = 219+122+14=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A0E is #2485F1. Grayscale: #8B8B8B. Windows color (decimal): -2393586 or 948955. OLE color: 948955.

HSL color Cylindrical-coordinate representation of color #DB7A0E: hue angle of 31.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB7A0E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 14 -
CMYK 0 0.44 0.94 0.14
HSL 31.61º 0.88% 0.46% -
HSV(B) 31.61º 0.94% 0.86% -
XYZ 36.25 29.01 4.1 -
YUV 138.69 57.64 185.28 -
System Red Green Blue C M Y K H S L
Decimal 219 122 14 0 0.44 0.94 0.14 31.61 0.88 0.46
Hex DB 7A E 0 2C 5E E 20 58 2E
Octal 333 172 16 0 54 136 16 40 130 56
Binary 11011011 1111010 1110 0 101100 1011110 1110 100000 1011000 101110

Color Harmonies of #DB7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A0E

Black with #DB7A0E

Text Example


Text Example

White with #DB7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A0E; }

 p { color: rgb(219,122,14); }

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

background-color css

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

 a { background-color: rgb(219,122,14); }

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

border-color css

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

 span { border-color: rgb(219,122,14); }

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