Html Css Color HEX #DB7708 Mango Tango

📋 copy color: '#DB7708'

red 219 ◦ green 119 ◦ blue 8

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

Shades of Mango Tango #DB7708

Tints of Mango Tango #DB7708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 63.29%
G = 34.39%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB7708 (or 0xDB7708) is known color: Mango Tango. HEX triplet: DB, 77 and 08. RGB value is (219,119,8). Sum of RGB (Red+Green+Blue) = 219+119+8=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7708 is #2488F7. Grayscale: #888888. Windows color (decimal): -2394360 or 554971. OLE color: 554971.

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

Color convert

RGB 219 119 8 -
CMYK 0 0.46 0.96 0.14
HSL 31.56º 0.93% 0.45% -
HSV(B) 31.56º 0.96% 0.86% -
XYZ 35.85 28.27 3.8 -
YUV 136.25 55.63 187.03 -
System Red Green Blue C M Y K H S L
Decimal 219 119 8 0 0.46 0.96 0.14 31.56 0.93 0.45
Hex DB 77 8 0 2E 60 E 20 5D 2D
Octal 333 167 10 0 56 140 16 40 135 55
Binary 11011011 1110111 1000 0 101110 1100000 1110 100000 1011101 101101

Color Harmonies of #DB7708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7708

Black with #DB7708

Text Example


Text Example

White with #DB7708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7708; }

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

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

background-color css

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

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

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

border-color css

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

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

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