Html Css Color HEX #DB7201 Mango Tango

📋 copy color: '#DB7201'

red 219 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #DB7201

Tints of Mango Tango #DB7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 65.57%
G = 34.13%
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

#DB7201 (or 0xDB7201) is known color: Mango Tango. HEX triplet: DB, 72 and 01. RGB value is (219,114,1). Sum of RGB (Red+Green+Blue) = 219+114+1=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7201 is #248DFE. Grayscale: #858585. Windows color (decimal): -2395647 or 94939. OLE color: 94939.

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

Color convert

RGB 219 114 1 -
CMYK 0 0.48 1.00 0.14
HSL 31.1º 0.99% 0.43% -
HSV(B) 31.1º 1% 0.86% -
XYZ 35.24 27.1 3.4 -
YUV 132.51 53.79 189.69 -
System Red Green Blue C M Y K H S L
Decimal 219 114 1 0 0.48 1.00 0.14 31.1 0.99 0.43
Hex DB 72 1 0 30 64 E 1F 63 2B
Octal 333 162 1 0 60 144 16 37 143 53
Binary 11011011 1110010 1 0 110000 1100100 1110 11111 1100011 101011

Color Harmonies of #DB7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7201

Black with #DB7201

Text Example


Text Example

White with #DB7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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