Html Css Color HEX #D78500 Mango Tango

📋 copy color: '#D78500'

red 215 ◦ green 133 ◦ blue 0

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

Shades of Mango Tango #D78500

Tints of Mango Tango #D78500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

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

R = 61.78%
G = 38.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D78500 (or 0xD78500) is known color: Mango Tango. HEX triplet: D7, 85 and 00. RGB value is (215,133,0). Sum of RGB (Red+Green+Blue) = 215+133+0=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D78500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78500 is #287AFF. Grayscale: #8E8E8E. Windows color (decimal): -2652928 or 34263. OLE color: 34263.

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

Color convert

RGB 215 133 0 -
CMYK 0 0.38 1 0.16
HSL 37.12º 1% 0.42% -
HSV(B) 37.12º 1% 0.84% -
XYZ 36.41 31.22 4.11 -
YUV 142.36 47.67 179.81 -
System Red Green Blue C M Y K H S L
Decimal 215 133 0 0 0.38 1 0.16 37.12 1 0.42
Hex D7 85 0 0 26 64 10 25 64 2A
Octal 327 205 0 0 46 144 20 45 144 52
Binary 11010111 10000101 0 0 100110 1100100 10000 100101 1100100 101010

Color Harmonies of #D78500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78500

Black with #D78500

Text Example


Text Example

White with #D78500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78500; }

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

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

background-color css

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

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

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

border-color css

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

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

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