Html Css Color HEX #DB7B0E Mango Tango

📋 copy color: '#DB7B0E'

red 219 ◦ green 123 ◦ blue 14

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

Shades of Mango Tango #DB7B0E

Tints of Mango Tango #DB7B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 61.52%
G = 34.55%
B = 3.93%

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

#DB7B0E (or 0xDB7B0E) is known color: Mango Tango. HEX triplet: DB, 7B and 0E. RGB value is (219,123,14). Sum of RGB (Red+Green+Blue) = 219+123+14=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B0E is #2484F1. Grayscale: #8B8B8B. Windows color (decimal): -2393330 or 949211. OLE color: 949211.

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

Color convert

RGB 219 123 14 -
CMYK 0 0.44 0.94 0.14
HSL 31.9º 0.88% 0.46% -
HSV(B) 31.9º 0.94% 0.86% -
XYZ 36.38 29.26 4.15 -
YUV 139.28 57.3 184.86 -
System Red Green Blue C M Y K H S L
Decimal 219 123 14 0 0.44 0.94 0.14 31.9 0.88 0.46
Hex DB 7B E 0 2C 5E E 20 58 2E
Octal 333 173 16 0 54 136 16 40 130 56
Binary 11011011 1111011 1110 0 101100 1011110 1110 100000 1011000 101110

Color Harmonies of #DB7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B0E

Black with #DB7B0E

Text Example


Text Example

White with #DB7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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