Html Css Color HEX #DB840B Mango Tango

📋 copy color: '#DB840B'

red 219 ◦ green 132 ◦ blue 11

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

Shades of Mango Tango #DB840B

Tints of Mango Tango #DB840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 60.5%
G = 36.46%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB840B (or 0xDB840B) is known color: Mango Tango. HEX triplet: DB, 84 and 0B. RGB value is (219,132,11). Sum of RGB (Red+Green+Blue) = 219+132+11=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB840B is #247BF4. Grayscale: #909090. Windows color (decimal): -2391029 or 754907. OLE color: 754907.

HSL color Cylindrical-coordinate representation of color #DB840B: hue angle of 34.9º 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 #DB840B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 11 -
CMYK 0 0.40 0.95 0.14
HSL 34.9º 0.9% 0.45% -
HSV(B) 34.9º 0.95% 0.86% -
XYZ 37.53 31.59 4.44 -
YUV 144.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 219 132 11 0 0.40 0.95 0.14 34.9 0.9 0.45
Hex DB 84 B 0 28 5F E 23 5A 2D
Octal 333 204 13 0 50 137 16 43 132 55
Binary 11011011 10000100 1011 0 101000 1011111 1110 100011 1011010 101101

Color Harmonies of #DB840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB840B

Black with #DB840B

Text Example


Text Example

White with #DB840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB840B; }

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

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

background-color css

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

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

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

border-color css

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

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

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