Html Css Color HEX #D47801 Mango Tango

📋 copy color: '#D47801'

red 212 ◦ green 120 ◦ blue 1

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

Shades of Mango Tango #D47801

Tints of Mango Tango #D47801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

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

R = 63.66%
G = 36.04%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D47801 (or 0xD47801) is known color: Mango Tango. HEX triplet: D4, 78 and 01. RGB value is (212,120,1). Sum of RGB (Red+Green+Blue) = 212+120+1=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D47801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47801 is #2B87FE. Grayscale: #868686. Windows color (decimal): -2852863 or 96468. OLE color: 96468.

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

Color convert

RGB 212 120 1 -
CMYK 0 0.43 1.00 0.17
HSL 33.84º 0.99% 0.42% -
HSV(B) 33.84º 1% 0.83% -
XYZ 33.87 27.43 3.54 -
YUV 133.94 52.98 183.68 -
System Red Green Blue C M Y K H S L
Decimal 212 120 1 0 0.43 1.00 0.17 33.84 0.99 0.42
Hex D4 78 1 0 2B 64 11 22 63 2A
Octal 324 170 1 0 53 144 21 42 143 52
Binary 11010100 1111000 1 0 101011 1100100 10001 100010 1100011 101010

Color Harmonies of #D47801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47801

Black with #D47801

Text Example


Text Example

White with #D47801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47801; }

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

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

background-color css

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

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

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

border-color css

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

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

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