Html Css Color HEX #DB6D04 Mango Tango

📋 copy color: '#DB6D04'

red 219 ◦ green 109 ◦ blue 4

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

Shades of Mango Tango #DB6D04

Tints of Mango Tango #DB6D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 65.96%
G = 32.83%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB6D04 (or 0xDB6D04) is known color: Mango Tango. HEX triplet: DB, 6D and 04. RGB value is (219,109,4). Sum of RGB (Red+Green+Blue) = 219+109+4=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D04 is #2492FB. Grayscale: #828282. Windows color (decimal): -2396924 or 290267. OLE color: 290267.

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

Color convert

RGB 219 109 4 -
CMYK 0 0.50 0.98 0.14
HSL 29.3º 0.96% 0.44% -
HSV(B) 29.3º 0.98% 0.86% -
XYZ 34.7 26.01 3.31 -
YUV 129.92 56.94 191.54 -
System Red Green Blue C M Y K H S L
Decimal 219 109 4 0 0.50 0.98 0.14 29.3 0.96 0.44
Hex DB 6D 4 0 32 62 E 1D 60 2C
Octal 333 155 4 0 62 142 16 35 140 54
Binary 11011011 1101101 100 0 110010 1100010 1110 11101 1100000 101100

Color Harmonies of #DB6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D04

Black with #DB6D04

Text Example


Text Example

White with #DB6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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