Html Css Color HEX #DB7801 Mango Tango

📋 copy color: '#DB7801'

red 219 ◦ green 120 ◦ blue 1

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

Shades of Mango Tango #DB7801

Tints of Mango Tango #DB7801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

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

R = 64.41%
G = 35.29%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB7801 (or 0xDB7801) is known color: Mango Tango. HEX triplet: DB, 78 and 01. RGB value is (219,120,1). Sum of RGB (Red+Green+Blue) = 219+120+1=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7801 is #2487FE. Grayscale: #888888. Windows color (decimal): -2394111 or 96475. OLE color: 96475.

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

Color convert

RGB 219 120 1 -
CMYK 0 0.45 1.00 0.14
HSL 32.75º 0.99% 0.43% -
HSV(B) 32.75º 1% 0.86% -
XYZ 35.94 28.5 3.63 -
YUV 136.04 51.8 187.18 -
System Red Green Blue C M Y K H S L
Decimal 219 120 1 0 0.45 1.00 0.14 32.75 0.99 0.43
Hex DB 78 1 0 2D 64 E 21 63 2B
Octal 333 170 1 0 55 144 16 41 143 53
Binary 11011011 1111000 1 0 101101 1100100 1110 100001 1100011 101011

Color Harmonies of #DB7801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7801

Black with #DB7801

Text Example


Text Example

White with #DB7801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7801; }

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

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

background-color css

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

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

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

border-color css

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

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

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