Html Css Color HEX #DB7500 Mango Tango

📋 copy color: '#DB7500'

red 219 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #DB7500

Tints of Mango Tango #DB7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

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

R = 65.18%
G = 34.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB7500 (or 0xDB7500) is known color: Mango Tango. HEX triplet: DB, 75 and 00. RGB value is (219,117,0). Sum of RGB (Red+Green+Blue) = 219+117+0=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7500 is #248AFF. Grayscale: #868686. Windows color (decimal): -2394880 or 30171. OLE color: 30171.

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

Color convert

RGB 219 117 0 -
CMYK 0 0.47 1 0.14
HSL 32.05º 1% 0.43% -
HSV(B) 32.05º 1% 0.86% -
XYZ 35.57 27.78 3.49 -
YUV 134.16 52.29 188.51 -
System Red Green Blue C M Y K H S L
Decimal 219 117 0 0 0.47 1 0.14 32.05 1 0.43
Hex DB 75 0 0 2F 64 E 20 64 2B
Octal 333 165 0 0 57 144 16 40 144 53
Binary 11011011 1110101 0 0 101111 1100100 1110 100000 1100100 101011

Color Harmonies of #DB7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7500

Black with #DB7500

Text Example


Text Example

White with #DB7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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