Html Css Color HEX #D47701 Mango Tango

📋 copy color: '#D47701'

red 212 ◦ green 119 ◦ blue 1

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

Shades of Mango Tango #D47701

Tints of Mango Tango #D47701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 63.86%
G = 35.84%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D47701 (or 0xD47701) is known color: Mango Tango. HEX triplet: D4, 77 and 01. RGB value is (212,119,1). Sum of RGB (Red+Green+Blue) = 212+119+1=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D47701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47701 is #2B88FE. Grayscale: #858585. Windows color (decimal): -2853119 or 96212. OLE color: 96212.

HSL color Cylindrical-coordinate representation of color #D47701: hue angle of 33.55º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D47701 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 1 -
CMYK 0 0.44 1.00 0.17
HSL 33.55º 0.99% 0.42% -
HSV(B) 33.55º 1% 0.83% -
XYZ 33.75 27.19 3.5 -
YUV 133.36 53.31 184.09 -
System Red Green Blue C M Y K H S L
Decimal 212 119 1 0 0.44 1.00 0.17 33.55 0.99 0.42
Hex D4 77 1 0 2C 64 11 22 63 2A
Octal 324 167 1 0 54 144 21 42 143 52
Binary 11010100 1110111 1 0 101100 1100100 10001 100010 1100011 101010

Color Harmonies of #D47701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47701

Black with #D47701

Text Example


Text Example

White with #D47701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47701; }

 p { color: rgb(212,119,1); }

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

background-color css

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

 a { background-color: rgb(212,119,1); }

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

border-color css

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

 span { border-color: rgb(212,119,1); }

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