Html Css Color HEX #D47A07 Mango Tango

📋 copy color: '#D47A07'

red 212 ◦ green 122 ◦ blue 7

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

Shades of Mango Tango #D47A07

Tints of Mango Tango #D47A07

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 62.17%
G = 35.78%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D47A07 (or 0xD47A07) is known color: Mango Tango. HEX triplet: D4, 7A and 07. RGB value is (212,122,7). Sum of RGB (Red+Green+Blue) = 212+122+7=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A07 is #2B85F8. Grayscale: #888888. Windows color (decimal): -2852345 or 490196. OLE color: 490196.

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

Color convert

RGB 212 122 7 -
CMYK 0 0.42 0.97 0.17
HSL 33.66º 0.94% 0.43% -
HSV(B) 33.66º 0.97% 0.83% -
XYZ 34.15 27.93 3.79 -
YUV 135.8 55.32 182.35 -
System Red Green Blue C M Y K H S L
Decimal 212 122 7 0 0.42 0.97 0.17 33.66 0.94 0.43
Hex D4 7A 7 0 2A 61 11 22 5E 2B
Octal 324 172 7 0 52 141 21 42 136 53
Binary 11010100 1111010 111 0 101010 1100001 10001 100010 1011110 101011

Color Harmonies of #D47A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A07

Black with #D47A07

Text Example


Text Example

White with #D47A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A07; }

 p { color: rgb(212,122,7); }

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

background-color css

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

 a { background-color: rgb(212,122,7); }

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

border-color css

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

 span { border-color: rgb(212,122,7); }

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