Html Css Color HEX #D47105 Mango Tango

📋 copy color: '#D47105'

red 212 ◦ green 113 ◦ blue 5

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

Shades of Mango Tango #D47105

Tints of Mango Tango #D47105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

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

R = 64.24%
G = 34.24%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D47105 (or 0xD47105) is known color: Mango Tango. HEX triplet: D4, 71 and 05. RGB value is (212,113,5). Sum of RGB (Red+Green+Blue) = 212+113+5=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D47105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47105 is #2B8EFA. Grayscale: #828282. Windows color (decimal): -2854651 or 356820. OLE color: 356820.

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

Color convert

RGB 212 113 5 -
CMYK 0 0.47 0.98 0.17
HSL 31.3º 0.95% 0.43% -
HSV(B) 31.3º 0.98% 0.83% -
XYZ 33.08 25.82 3.38 -
YUV 130.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 212 113 5 0 0.47 0.98 0.17 31.3 0.95 0.43
Hex D4 71 5 0 2F 62 11 1F 5F 2B
Octal 324 161 5 0 57 142 21 37 137 53
Binary 11010100 1110001 101 0 101111 1100010 10001 11111 1011111 101011

Color Harmonies of #D47105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47105

Black with #D47105

Text Example


Text Example

White with #D47105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47105; }

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

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

background-color css

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

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

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

border-color css

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

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

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