Html Css Color HEX #DB7207 Mango Tango

📋 copy color: '#DB7207'

red 219 ◦ green 114 ◦ blue 7

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

Shades of Mango Tango #DB7207

Tints of Mango Tango #DB7207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 64.41%
G = 33.53%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB7207 (or 0xDB7207) is known color: Mango Tango. HEX triplet: DB, 72 and 07. RGB value is (219,114,7). Sum of RGB (Red+Green+Blue) = 219+114+7=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7207 is #248DF8. Grayscale: #858585. Windows color (decimal): -2395641 or 488155. OLE color: 488155.

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

Color convert

RGB 219 114 7 -
CMYK 0 0.48 0.97 0.14
HSL 30.28º 0.94% 0.44% -
HSV(B) 30.28º 0.97% 0.86% -
XYZ 35.27 27.11 3.57 -
YUV 133.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 219 114 7 0 0.48 0.97 0.14 30.28 0.94 0.44
Hex DB 72 7 0 30 61 E 1E 5E 2C
Octal 333 162 7 0 60 141 16 36 136 54
Binary 11011011 1110010 111 0 110000 1100001 1110 11110 1011110 101100

Color Harmonies of #DB7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7207

Black with #DB7207

Text Example


Text Example

White with #DB7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7207; }

 p { color: rgb(219,114,7); }

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

background-color css

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

 a { background-color: rgb(219,114,7); }

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

border-color css

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

 span { border-color: rgb(219,114,7); }

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