Html Css Color HEX #D47800 Mango Tango

📋 copy color: '#D47800'

red 212 ◦ green 120 ◦ blue 0

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

Shades of Mango Tango #D47800

Tints of Mango Tango #D47800

RGB

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

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

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

R = 63.86%
G = 36.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D47800 (or 0xD47800) is known color: Mango Tango. HEX triplet: D4, 78 and 00. RGB value is (212,120,0). Sum of RGB (Red+Green+Blue) = 212+120+0=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D47800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47800 is #2B87FF. Grayscale: #868686. Windows color (decimal): -2852864 or 30932. OLE color: 30932.

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

Color convert

RGB 212 120 0 -
CMYK 0 0.43 1 0.17
HSL 33.96º 1% 0.42% -
HSV(B) 33.96º 1% 0.83% -
XYZ 33.87 27.43 3.51 -
YUV 133.83 52.48 183.76 -
System Red Green Blue C M Y K H S L
Decimal 212 120 0 0 0.43 1 0.17 33.96 1 0.42
Hex D4 78 0 0 2B 64 11 22 64 2A
Octal 324 170 0 0 53 144 21 42 144 52
Binary 11010100 1111000 0 0 101011 1100100 10001 100010 1100100 101010

Color Harmonies of #D47800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47800

Black with #D47800

Text Example


Text Example

White with #D47800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47800; }

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

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

background-color css

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

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

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

border-color css

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

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

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