Html Css Color HEX #DB7510 Mango Tango

📋 copy color: '#DB7510'

red 219 ◦ green 117 ◦ blue 16

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

Shades of Mango Tango #DB7510

Tints of Mango Tango #DB7510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 62.22%
G = 33.24%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB7510 (or 0xDB7510) is known color: Mango Tango. HEX triplet: DB, 75 and 10. RGB value is (219,117,16). Sum of RGB (Red+Green+Blue) = 219+117+16=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7510 is #248AEF. Grayscale: #888888. Windows color (decimal): -2394864 or 1078747. OLE color: 1078747.

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

Color convert

RGB 219 117 16 -
CMYK 0 0.47 0.93 0.14
HSL 29.85º 0.86% 0.46% -
HSV(B) 29.85º 0.93% 0.86% -
XYZ 35.67 27.82 3.98 -
YUV 135.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 219 117 16 0 0.47 0.93 0.14 29.85 0.86 0.46
Hex DB 75 10 0 2F 5D E 1E 56 2E
Octal 333 165 20 0 57 135 16 36 126 56
Binary 11011011 1110101 10000 0 101111 1011101 1110 11110 1010110 101110

Color Harmonies of #DB7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7510

Black with #DB7510

Text Example


Text Example

White with #DB7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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