Html Css Color HEX #D47201 Mango Tango

📋 copy color: '#D47201'

red 212 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #D47201

Tints of Mango Tango #D47201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 64.83%
G = 34.86%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D47201 (or 0xD47201) is known color: Mango Tango. HEX triplet: D4, 72 and 01. RGB value is (212,114,1). Sum of RGB (Red+Green+Blue) = 212+114+1=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D47201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47201 is #2B8DFE. Grayscale: #828282. Windows color (decimal): -2854399 or 94932. OLE color: 94932.

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

Color convert

RGB 212 114 1 -
CMYK 0 0.46 1.00 0.17
HSL 32.13º 0.99% 0.42% -
HSV(B) 32.13º 1% 0.83% -
XYZ 33.17 26.03 3.31 -
YUV 130.42 54.97 186.19 -
System Red Green Blue C M Y K H S L
Decimal 212 114 1 0 0.46 1.00 0.17 32.13 0.99 0.42
Hex D4 72 1 0 2E 64 11 20 63 2A
Octal 324 162 1 0 56 144 21 40 143 52
Binary 11010100 1110010 1 0 101110 1100100 10001 100000 1100011 101010

Color Harmonies of #D47201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47201

Black with #D47201

Text Example


Text Example

White with #D47201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47201; }

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

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

background-color css

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

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

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

border-color css

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

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

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