Html Css Color HEX #D46A04 Mango Tango

📋 copy color: '#D46A04'

red 212 ◦ green 106 ◦ blue 4

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

Shades of Mango Tango #D46A04

Tints of Mango Tango #D46A04

RGB

 RED value IS 212 (83.2% from 255) = 65.84%

 GREEN value IS 106 (41.8% from 255) = 32.92%

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

R = 65.84%
G = 32.92%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D46A04 (or 0xD46A04) is known color: Mango Tango. HEX triplet: D4, 6A and 04. RGB value is (212,106,4). Sum of RGB (Red+Green+Blue) = 212+106+4=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A04 is #2B95FB. Grayscale: #7E7E7E. Windows color (decimal): -2856444 or 289492. OLE color: 289492.

HSL color Cylindrical-coordinate representation of color #D46A04: hue angle of 29.42º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D46A04 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 4 -
CMYK 0 0.5 0.98 0.17
HSL 29.42º 0.96% 0.42% -
HSV(B) 29.42º 0.98% 0.83% -
XYZ 32.33 24.31 3.1 -
YUV 126.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 212 106 4 0 0.5 0.98 0.17 29.42 0.96 0.42
Hex D4 6A 4 0 32 62 11 1D 60 2A
Octal 324 152 4 0 62 142 21 35 140 52
Binary 11010100 1101010 100 0 110010 1100010 10001 11101 1100000 101010

Color Harmonies of #D46A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A04

Black with #D46A04

Text Example


Text Example

White with #D46A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A04; }

 p { color: rgb(212,106,4); }

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

background-color css

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

 a { background-color: rgb(212,106,4); }

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

border-color css

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

 span { border-color: rgb(212,106,4); }

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