Html Css Color HEX #DB7101 Mango Tango

📋 copy color: '#DB7101'

red 219 ◦ green 113 ◦ blue 1

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

Shades of Mango Tango #DB7101

Tints of Mango Tango #DB7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 65.77%
G = 33.93%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB7101 (or 0xDB7101) is known color: Mango Tango. HEX triplet: DB, 71 and 01. RGB value is (219,113,1). Sum of RGB (Red+Green+Blue) = 219+113+1=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7101 is #248EFE. Grayscale: #848484. Windows color (decimal): -2395903 or 94683. OLE color: 94683.

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

Color convert

RGB 219 113 1 -
CMYK 0 0.48 1.00 0.14
HSL 30.83º 0.99% 0.43% -
HSV(B) 30.83º 1% 0.86% -
XYZ 35.12 26.87 3.36 -
YUV 131.93 54.12 190.11 -
System Red Green Blue C M Y K H S L
Decimal 219 113 1 0 0.48 1.00 0.14 30.83 0.99 0.43
Hex DB 71 1 0 30 64 E 1F 63 2B
Octal 333 161 1 0 60 144 16 37 143 53
Binary 11011011 1110001 1 0 110000 1100100 1110 11111 1100011 101011

Color Harmonies of #DB7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7101

Black with #DB7101

Text Example


Text Example

White with #DB7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7101; }

 p { color: rgb(219,113,1); }

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

background-color css

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

 a { background-color: rgb(219,113,1); }

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

border-color css

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

 span { border-color: rgb(219,113,1); }

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