Html Css Color HEX #DB7503 Mango Tango

📋 copy color: '#DB7503'

red 219 ◦ green 117 ◦ blue 3

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

Shades of Mango Tango #DB7503

Tints of Mango Tango #DB7503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 64.6%
G = 34.51%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB7503 (or 0xDB7503) is known color: Mango Tango. HEX triplet: DB, 75 and 03. RGB value is (219,117,3). Sum of RGB (Red+Green+Blue) = 219+117+3=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7503 is #248AFC. Grayscale: #878787. Windows color (decimal): -2394877 or 226779. OLE color: 226779.

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

Color convert

RGB 219 117 3 -
CMYK 0 0.47 0.99 0.14
HSL 31.67º 0.97% 0.44% -
HSV(B) 31.67º 0.99% 0.86% -
XYZ 35.59 27.79 3.57 -
YUV 134.5 53.79 188.27 -
System Red Green Blue C M Y K H S L
Decimal 219 117 3 0 0.47 0.99 0.14 31.67 0.97 0.44
Hex DB 75 3 0 2F 63 E 20 61 2C
Octal 333 165 3 0 57 143 16 40 141 54
Binary 11011011 1110101 11 0 101111 1100011 1110 100000 1100001 101100

Color Harmonies of #DB7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7503

Black with #DB7503

Text Example


Text Example

White with #DB7503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7503; }

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

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

background-color css

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

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

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

border-color css

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

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

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