Html Css Color HEX #DB6C04 Mango Tango

📋 copy color: '#DB6C04'

red 219 ◦ green 108 ◦ blue 4

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

Shades of Mango Tango #DB6C04

Tints of Mango Tango #DB6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

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

R = 66.16%
G = 32.63%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB6C04 (or 0xDB6C04) is known color: Mango Tango. HEX triplet: DB, 6C and 04. RGB value is (219,108,4). Sum of RGB (Red+Green+Blue) = 219+108+4=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C04 is #2493FB. Grayscale: #818181. Windows color (decimal): -2397180 or 290011. OLE color: 290011.

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

Color convert

RGB 219 108 4 -
CMYK 0 0.51 0.98 0.14
HSL 29.02º 0.96% 0.44% -
HSV(B) 29.02º 0.98% 0.86% -
XYZ 34.6 25.79 3.27 -
YUV 129.33 57.27 191.96 -
System Red Green Blue C M Y K H S L
Decimal 219 108 4 0 0.51 0.98 0.14 29.02 0.96 0.44
Hex DB 6C 4 0 33 62 E 1D 60 2C
Octal 333 154 4 0 63 142 16 35 140 54
Binary 11011011 1101100 100 0 110011 1100010 1110 11101 1100000 101100

Color Harmonies of #DB6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C04

Black with #DB6C04

Text Example


Text Example

White with #DB6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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