Html Css Color HEX #D47700 Mango Tango

📋 copy color: '#D47700'

red 212 ◦ green 119 ◦ blue 0

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

Shades of Mango Tango #D47700

Tints of Mango Tango #D47700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.05%
G = 35.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D47700 (or 0xD47700) is known color: Mango Tango. HEX triplet: D4, 77 and 00. RGB value is (212,119,0). Sum of RGB (Red+Green+Blue) = 212+119+0=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D47700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47700 is #2B88FF. Grayscale: #858585. Windows color (decimal): -2853120 or 30676. OLE color: 30676.

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

Color convert

RGB 212 119 0 -
CMYK 0 0.44 1 0.17
HSL 33.68º 1% 0.42% -
HSV(B) 33.68º 1% 0.83% -
XYZ 33.75 27.19 3.47 -
YUV 133.24 52.81 184.18 -
System Red Green Blue C M Y K H S L
Decimal 212 119 0 0 0.44 1 0.17 33.68 1 0.42
Hex D4 77 0 0 2C 64 11 22 64 2A
Octal 324 167 0 0 54 144 21 42 144 52
Binary 11010100 1110111 0 0 101100 1100100 10001 100010 1100100 101010

Color Harmonies of #D47700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47700

Black with #D47700

Text Example


Text Example

White with #D47700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47700; }

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

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

background-color css

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

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

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

border-color css

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

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

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