Html Css Color HEX #D7740A Mango Tango

📋 copy color: '#D7740A'

red 215 ◦ green 116 ◦ blue 10

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

Shades of Mango Tango #D7740A

Tints of Mango Tango #D7740A

RGB

 RED value IS 215 (84.38% from 255) = 63.05%

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

 BLUE value IS 10 (4.3% from 255) = 2.93%

R = 63.05%
G = 34.02%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7740A (or 0xD7740A) is known color: Mango Tango. HEX triplet: D7, 74 and 0A. RGB value is (215,116,10). Sum of RGB (Red+Green+Blue) = 215+116+10=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7740A is #288BF5. Grayscale: #868686. Windows color (decimal): -2657270 or 685271. OLE color: 685271.

HSL color Cylindrical-coordinate representation of color #D7740A: hue angle of 31.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7740A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 10 -
CMYK 0 0.46 0.95 0.16
HSL 31.02º 0.91% 0.44% -
HSV(B) 31.02º 0.95% 0.84% -
XYZ 34.32 26.96 3.68 -
YUV 133.52 58.3 186.12 -
System Red Green Blue C M Y K H S L
Decimal 215 116 10 0 0.46 0.95 0.16 31.02 0.91 0.44
Hex D7 74 A 0 2E 5F 10 1F 5B 2C
Octal 327 164 12 0 56 137 20 37 133 54
Binary 11010111 1110100 1010 0 101110 1011111 10000 11111 1011011 101100

Color Harmonies of #D7740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7740A

Black with #D7740A

Text Example


Text Example

White with #D7740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7740A; }

 p { color: rgb(215,116,10); }

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

background-color css

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

 a { background-color: rgb(215,116,10); }

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

border-color css

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

 span { border-color: rgb(215,116,10); }

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