Html Css Color HEX #DB790C Mango Tango

📋 copy color: '#DB790C'

red 219 ◦ green 121 ◦ blue 12

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

Shades of Mango Tango #DB790C

Tints of Mango Tango #DB790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 62.22%
G = 34.38%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB790C (or 0xDB790C) is known color: Mango Tango. HEX triplet: DB, 79 and 0C. RGB value is (219,121,12). Sum of RGB (Red+Green+Blue) = 219+121+12=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB790C is #2486F3. Grayscale: #8A8A8A. Windows color (decimal): -2393844 or 817627. OLE color: 817627.

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

Color convert

RGB 219 121 12 -
CMYK 0 0.45 0.95 0.14
HSL 31.59º 0.9% 0.45% -
HSV(B) 31.59º 0.95% 0.86% -
XYZ 36.12 28.76 4 -
YUV 137.88 56.97 185.86 -
System Red Green Blue C M Y K H S L
Decimal 219 121 12 0 0.45 0.95 0.14 31.59 0.9 0.45
Hex DB 79 C 0 2D 5F E 20 5A 2D
Octal 333 171 14 0 55 137 16 40 132 55
Binary 11011011 1111001 1100 0 101101 1011111 1110 100000 1011010 101101

Color Harmonies of #DB790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB790C

Black with #DB790C

Text Example


Text Example

White with #DB790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB790C; }

 p { color: rgb(219,121,12); }

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

background-color css

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

 a { background-color: rgb(219,121,12); }

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

border-color css

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

 span { border-color: rgb(219,121,12); }

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