Html Css Color HEX #DB6408 Mango Tango

📋 copy color: '#DB6408'

red 219 ◦ green 100 ◦ blue 8

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

Shades of Mango Tango #DB6408

Tints of Mango Tango #DB6408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 66.97%
G = 30.58%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB6408 (or 0xDB6408) is known color: Mango Tango. HEX triplet: DB, 64 and 08. RGB value is (219,100,8). Sum of RGB (Red+Green+Blue) = 219+100+8=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6408 is #249BF7. Grayscale: #7D7D7D. Windows color (decimal): -2399224 or 550107. OLE color: 550107.

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

Color convert

RGB 219 100 8 -
CMYK 0 0.54 0.96 0.14
HSL 26.16º 0.93% 0.45% -
HSV(B) 26.16º 0.96% 0.86% -
XYZ 33.81 24.19 3.12 -
YUV 125.09 61.92 194.98 -
System Red Green Blue C M Y K H S L
Decimal 219 100 8 0 0.54 0.96 0.14 26.16 0.93 0.45
Hex DB 64 8 0 36 60 E 1A 5D 2D
Octal 333 144 10 0 66 140 16 32 135 55
Binary 11011011 1100100 1000 0 110110 1100000 1110 11010 1011101 101101

Color Harmonies of #DB6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6408

Black with #DB6408

Text Example


Text Example

White with #DB6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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