Html Css Color HEX #D46B06 Mango Tango

📋 copy color: '#D46B06'

red 212 ◦ green 107 ◦ blue 6

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

Shades of Mango Tango #D46B06

Tints of Mango Tango #D46B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 65.23%
G = 32.92%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D46B06 (or 0xD46B06) is known color: Mango Tango. HEX triplet: D4, 6B and 06. RGB value is (212,107,6). Sum of RGB (Red+Green+Blue) = 212+107+6=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46B06 is #2B94F9. Grayscale: #7F7F7F. Windows color (decimal): -2856186 or 420820. OLE color: 420820.

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

Color convert

RGB 212 107 6 -
CMYK 0 0.50 0.97 0.17
HSL 29.42º 0.94% 0.43% -
HSV(B) 29.42º 0.97% 0.83% -
XYZ 32.44 24.53 3.2 -
YUV 126.88 59.79 188.71 -
System Red Green Blue C M Y K H S L
Decimal 212 107 6 0 0.50 0.97 0.17 29.42 0.94 0.43
Hex D4 6B 6 0 32 61 11 1D 5E 2B
Octal 324 153 6 0 62 141 21 35 136 53
Binary 11010100 1101011 110 0 110010 1100001 10001 11101 1011110 101011

Color Harmonies of #D46B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B06

Black with #D46B06

Text Example


Text Example

White with #D46B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B06; }

 p { color: rgb(212,107,6); }

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

background-color css

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

 a { background-color: rgb(212,107,6); }

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

border-color css

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

 span { border-color: rgb(212,107,6); }

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