Html Css Color HEX #D46C05 Mango Tango

📋 copy color: '#D46C05'

red 212 ◦ green 108 ◦ blue 5

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

Shades of Mango Tango #D46C05

Tints of Mango Tango #D46C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 65.23%
G = 33.23%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D46C05 (or 0xD46C05) is known color: Mango Tango. HEX triplet: D4, 6C and 05. RGB value is (212,108,5). Sum of RGB (Red+Green+Blue) = 212+108+5=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46C05 is #2B93FA. Grayscale: #7F7F7F. Windows color (decimal): -2855931 or 355540. OLE color: 355540.

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

Color convert

RGB 212 108 5 -
CMYK 0 0.49 0.98 0.17
HSL 29.86º 0.95% 0.43% -
HSV(B) 29.86º 0.98% 0.83% -
XYZ 32.54 24.73 3.2 -
YUV 127.35 58.96 188.38 -
System Red Green Blue C M Y K H S L
Decimal 212 108 5 0 0.49 0.98 0.17 29.86 0.95 0.43
Hex D4 6C 5 0 31 62 11 1E 5F 2B
Octal 324 154 5 0 61 142 21 36 137 53
Binary 11010100 1101100 101 0 110001 1100010 10001 11110 1011111 101011

Color Harmonies of #D46C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C05

Black with #D46C05

Text Example


Text Example

White with #D46C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C05; }

 p { color: rgb(212,108,5); }

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

background-color css

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

 a { background-color: rgb(212,108,5); }

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

border-color css

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

 span { border-color: rgb(212,108,5); }

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