Html Css Color HEX #DB7302 Mango Tango

📋 copy color: '#DB7302'

red 219 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #DB7302

Tints of Mango Tango #DB7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 65.18%
G = 34.23%
B = 0.6%

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

#DB7302 (or 0xDB7302) is known color: Mango Tango. HEX triplet: DB, 73 and 02. RGB value is (219,115,2). Sum of RGB (Red+Green+Blue) = 219+115+2=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7302 is #248CFD. Grayscale: #858585. Windows color (decimal): -2395390 or 160731. OLE color: 160731.

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

Color convert

RGB 219 115 2 -
CMYK 0 0.47 0.99 0.14
HSL 31.24º 0.98% 0.43% -
HSV(B) 31.24º 0.99% 0.86% -
XYZ 35.36 27.33 3.47 -
YUV 133.21 53.96 189.19 -
System Red Green Blue C M Y K H S L
Decimal 219 115 2 0 0.47 0.99 0.14 31.24 0.98 0.43
Hex DB 73 2 0 2F 63 E 1F 62 2B
Octal 333 163 2 0 57 143 16 37 142 53
Binary 11011011 1110011 10 0 101111 1100011 1110 11111 1100010 101011

Color Harmonies of #DB7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7302

Black with #DB7302

Text Example


Text Example

White with #DB7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7302; }

 p { color: rgb(219,115,2); }

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

background-color css

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

 a { background-color: rgb(219,115,2); }

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

border-color css

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

 span { border-color: rgb(219,115,2); }

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