Html Css Color HEX #DB810B Mango Tango

📋 copy color: '#DB810B'

red 219 ◦ green 129 ◦ blue 11

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

Shades of Mango Tango #DB810B

Tints of Mango Tango #DB810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 61%
G = 35.93%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB810B (or 0xDB810B) is known color: Mango Tango. HEX triplet: DB, 81 and 0B. RGB value is (219,129,11). Sum of RGB (Red+Green+Blue) = 219+129+11=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB810B is #247EF4. Grayscale: #8F8F8F. Windows color (decimal): -2391797 or 754139. OLE color: 754139.

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

Color convert

RGB 219 129 11 -
CMYK 0 0.41 0.95 0.14
HSL 34.04º 0.9% 0.45% -
HSV(B) 34.04º 0.95% 0.86% -
XYZ 37.12 30.78 4.3 -
YUV 142.46 53.82 182.59 -
System Red Green Blue C M Y K H S L
Decimal 219 129 11 0 0.41 0.95 0.14 34.04 0.9 0.45
Hex DB 81 B 0 29 5F E 22 5A 2D
Octal 333 201 13 0 51 137 16 42 132 55
Binary 11011011 10000001 1011 0 101001 1011111 1110 100010 1011010 101101

Color Harmonies of #DB810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB810B

Black with #DB810B

Text Example


Text Example

White with #DB810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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