Html Css Color HEX #DB7608 Mango Tango

📋 copy color: '#DB7608'

red 219 ◦ green 118 ◦ blue 8

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

Shades of Mango Tango #DB7608

Tints of Mango Tango #DB7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 63.48%
G = 34.2%
B = 2.32%

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

#DB7608 (or 0xDB7608) is known color: Mango Tango. HEX triplet: DB, 76 and 08. RGB value is (219,118,8). Sum of RGB (Red+Green+Blue) = 219+118+8=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7608 is #2489F7. Grayscale: #888888. Windows color (decimal): -2394616 or 554715. OLE color: 554715.

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

Color convert

RGB 219 118 8 -
CMYK 0 0.46 0.96 0.14
HSL 31.28º 0.93% 0.45% -
HSV(B) 31.28º 0.96% 0.86% -
XYZ 35.74 28.03 3.76 -
YUV 135.66 55.96 187.44 -
System Red Green Blue C M Y K H S L
Decimal 219 118 8 0 0.46 0.96 0.14 31.28 0.93 0.45
Hex DB 76 8 0 2E 60 E 1F 5D 2D
Octal 333 166 10 0 56 140 16 37 135 55
Binary 11011011 1110110 1000 0 101110 1100000 1110 11111 1011101 101101

Color Harmonies of #DB7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7608

Black with #DB7608

Text Example


Text Example

White with #DB7608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7608; }

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

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

background-color css

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

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

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

border-color css

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

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

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