Html Css Color HEX #DB6404 Mango Tango

📋 copy color: '#DB6404'

red 219 ◦ green 100 ◦ blue 4

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

Shades of Mango Tango #DB6404

Tints of Mango Tango #DB6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 67.8%
G = 30.96%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB6404 (or 0xDB6404) is known color: Mango Tango. HEX triplet: DB, 64 and 04. RGB value is (219,100,4). Sum of RGB (Red+Green+Blue) = 219+100+4=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6404 is #249BFB. Grayscale: #7D7D7D. Windows color (decimal): -2399228 or 287963. OLE color: 287963.

HSL color Cylindrical-coordinate representation of color #DB6404: hue angle of 26.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB6404 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 4 -
CMYK 0 0.54 0.98 0.14
HSL 26.79º 0.96% 0.44% -
HSV(B) 26.79º 0.98% 0.86% -
XYZ 33.79 24.18 3 -
YUV 124.64 59.92 195.31 -
System Red Green Blue C M Y K H S L
Decimal 219 100 4 0 0.54 0.98 0.14 26.79 0.96 0.44
Hex DB 64 4 0 36 62 E 1B 60 2C
Octal 333 144 4 0 66 142 16 33 140 54
Binary 11011011 1100100 100 0 110110 1100010 1110 11011 1100000 101100

Color Harmonies of #DB6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6404

Black with #DB6404

Text Example


Text Example

White with #DB6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6404; }

 p { color: rgb(219,100,4); }

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

background-color css

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

 a { background-color: rgb(219,100,4); }

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

border-color css

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

 span { border-color: rgb(219,100,4); }

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