Html Css Color HEX #D78200 Mango Tango

📋 copy color: '#D78200'

red 215 ◦ green 130 ◦ blue 0

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

Shades of Mango Tango #D78200

Tints of Mango Tango #D78200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 62.32%
G = 37.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D78200 (or 0xD78200) is known color: Mango Tango. HEX triplet: D7, 82 and 00. RGB value is (215,130,0). Sum of RGB (Red+Green+Blue) = 215+130+0=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D78200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78200 is #287DFF. Grayscale: #8D8D8D. Windows color (decimal): -2653696 or 33495. OLE color: 33495.

HSL color Cylindrical-coordinate representation of color #D78200: hue angle of 36.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D78200 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 0 -
CMYK 0 0.40 1 0.16
HSL 36.28º 1% 0.42% -
HSV(B) 36.28º 1% 0.84% -
XYZ 36.01 30.41 3.97 -
YUV 140.6 48.66 181.07 -
System Red Green Blue C M Y K H S L
Decimal 215 130 0 0 0.40 1 0.16 36.28 1 0.42
Hex D7 82 0 0 28 64 10 24 64 2A
Octal 327 202 0 0 50 144 20 44 144 52
Binary 11010111 10000010 0 0 101000 1100100 10000 100100 1100100 101010

Color Harmonies of #D78200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78200

Black with #D78200

Text Example


Text Example

White with #D78200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78200; }

 p { color: rgb(215,130,0); }

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

background-color css

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

 a { background-color: rgb(215,130,0); }

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

border-color css

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

 span { border-color: rgb(215,130,0); }

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