Html Css Color HEX #DB7700 Mango Tango

📋 copy color: '#DB7700'

red 219 ◦ green 119 ◦ blue 0

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

Shades of Mango Tango #DB7700

Tints of Mango Tango #DB7700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.79%
G = 35.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB7700 (or 0xDB7700) is known color: Mango Tango. HEX triplet: DB, 77 and 00. RGB value is (219,119,0). Sum of RGB (Red+Green+Blue) = 219+119+0=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7700 is #2488FF. Grayscale: #878787. Windows color (decimal): -2394368 or 30683. OLE color: 30683.

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

Color convert

RGB 219 119 0 -
CMYK 0 0.46 1 0.14
HSL 32.6º 1% 0.43% -
HSV(B) 32.6º 1% 0.86% -
XYZ 35.81 28.25 3.57 -
YUV 135.33 51.63 187.68 -
System Red Green Blue C M Y K H S L
Decimal 219 119 0 0 0.46 1 0.14 32.6 1 0.43
Hex DB 77 0 0 2E 64 E 21 64 2B
Octal 333 167 0 0 56 144 16 41 144 53
Binary 11011011 1110111 0 0 101110 1100100 1110 100001 1100100 101011

Color Harmonies of #DB7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7700

Black with #DB7700

Text Example


Text Example

White with #DB7700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7700; }

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

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

background-color css

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

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

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

border-color css

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

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

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