Html Css Color HEX #DB7306 Mango Tango

📋 copy color: '#DB7306'

red 219 ◦ green 115 ◦ blue 6

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

Shades of Mango Tango #DB7306

Tints of Mango Tango #DB7306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 64.41%
G = 33.82%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB7306 (or 0xDB7306) is known color: Mango Tango. HEX triplet: DB, 73 and 06. RGB value is (219,115,6). Sum of RGB (Red+Green+Blue) = 219+115+6=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7306 is #248CF9. Grayscale: #868686. Windows color (decimal): -2395386 or 422875. OLE color: 422875.

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

Color convert

RGB 219 115 6 -
CMYK 0 0.47 0.97 0.14
HSL 30.7º 0.95% 0.44% -
HSV(B) 30.7º 0.97% 0.86% -
XYZ 35.38 27.33 3.58 -
YUV 133.67 55.96 188.86 -
System Red Green Blue C M Y K H S L
Decimal 219 115 6 0 0.47 0.97 0.14 30.7 0.95 0.44
Hex DB 73 6 0 2F 61 E 1F 5F 2C
Octal 333 163 6 0 57 141 16 37 137 54
Binary 11011011 1110011 110 0 101111 1100001 1110 11111 1011111 101100

Color Harmonies of #DB7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7306

Black with #DB7306

Text Example


Text Example

White with #DB7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7306; }

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

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

background-color css

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

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

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

border-color css

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

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

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