Html Css Color HEX #D47202 Mango Tango

📋 copy color: '#D47202'

red 212 ◦ green 114 ◦ blue 2

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

Shades of Mango Tango #D47202

Tints of Mango Tango #D47202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 64.63%
G = 34.76%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D47202 (or 0xD47202) is known color: Mango Tango. HEX triplet: D4, 72 and 02. RGB value is (212,114,2). Sum of RGB (Red+Green+Blue) = 212+114+2=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D47202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47202 is #2B8DFD. Grayscale: #838383. Windows color (decimal): -2854398 or 160468. OLE color: 160468.

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

Color convert

RGB 212 114 2 -
CMYK 0 0.46 0.99 0.17
HSL 32º 0.98% 0.42% -
HSV(B) 32º 0.99% 0.83% -
XYZ 33.18 26.04 3.33 -
YUV 130.53 55.47 186.11 -
System Red Green Blue C M Y K H S L
Decimal 212 114 2 0 0.46 0.99 0.17 32 0.98 0.42
Hex D4 72 2 0 2E 63 11 20 62 2A
Octal 324 162 2 0 56 143 21 40 142 52
Binary 11010100 1110010 10 0 101110 1100011 10001 100000 1100010 101010

Color Harmonies of #D47202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47202

Black with #D47202

Text Example


Text Example

White with #D47202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47202; }

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

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

background-color css

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

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

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

border-color css

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

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

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