Html Css Color HEX #D47401 Mango Tango

📋 copy color: '#D47401'

red 212 ◦ green 116 ◦ blue 1

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

Shades of Mango Tango #D47401

Tints of Mango Tango #D47401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 64.44%
G = 35.26%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D47401 (or 0xD47401) is known color: Mango Tango. HEX triplet: D4, 74 and 01. RGB value is (212,116,1). Sum of RGB (Red+Green+Blue) = 212+116+1=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D47401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47401 is #2B8BFE. Grayscale: #848484. Windows color (decimal): -2853887 or 95444. OLE color: 95444.

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

Color convert

RGB 212 116 1 -
CMYK 0 0.45 1.00 0.17
HSL 32.7º 0.99% 0.42% -
HSV(B) 32.7º 1% 0.83% -
XYZ 33.4 26.49 3.38 -
YUV 131.59 54.3 185.35 -
System Red Green Blue C M Y K H S L
Decimal 212 116 1 0 0.45 1.00 0.17 32.7 0.99 0.42
Hex D4 74 1 0 2D 64 11 21 63 2A
Octal 324 164 1 0 55 144 21 41 143 52
Binary 11010100 1110100 1 0 101101 1100100 10001 100001 1100011 101010

Color Harmonies of #D47401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47401

Black with #D47401

Text Example


Text Example

White with #D47401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47401; }

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

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

background-color css

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

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

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

border-color css

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

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

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