Html Css Color HEX #DB730B Mango Tango

📋 copy color: '#DB730B'

red 219 ◦ green 115 ◦ blue 11

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

Shades of Mango Tango #DB730B

Tints of Mango Tango #DB730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.19%

R = 63.48%
G = 33.33%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB730B (or 0xDB730B) is known color: Mango Tango. HEX triplet: DB, 73 and 0B. RGB value is (219,115,11). Sum of RGB (Red+Green+Blue) = 219+115+11=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB730B is #248CF4. Grayscale: #868686. Windows color (decimal): -2395381 or 750555. OLE color: 750555.

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

Color convert

RGB 219 115 11 -
CMYK 0 0.47 0.95 0.14
HSL 30º 0.9% 0.45% -
HSV(B) 30º 0.95% 0.86% -
XYZ 35.4 27.35 3.73 -
YUV 134.24 58.46 188.46 -
System Red Green Blue C M Y K H S L
Decimal 219 115 11 0 0.47 0.95 0.14 30 0.9 0.45
Hex DB 73 B 0 2F 5F E 1E 5A 2D
Octal 333 163 13 0 57 137 16 36 132 55
Binary 11011011 1110011 1011 0 101111 1011111 1110 11110 1011010 101101

Color Harmonies of #DB730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB730B

Black with #DB730B

Text Example


Text Example

White with #DB730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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