Html Css Color HEX #D78301 Mango Tango

📋 copy color: '#D78301'

red 215 ◦ green 131 ◦ blue 1

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

Shades of Mango Tango #D78301

Tints of Mango Tango #D78301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 61.96%
G = 37.75%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D78301 (or 0xD78301) is known color: Mango Tango. HEX triplet: D7, 83 and 01. RGB value is (215,131,1). Sum of RGB (Red+Green+Blue) = 215+131+1=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D78301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78301 is #287CFE. Grayscale: #8D8D8D. Windows color (decimal): -2653439 or 99287. OLE color: 99287.

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

Color convert

RGB 215 131 1 -
CMYK 0 0.39 1.00 0.16
HSL 36.45º 0.99% 0.42% -
HSV(B) 36.45º 1% 0.84% -
XYZ 36.15 30.68 4.05 -
YUV 141.3 48.83 180.57 -
System Red Green Blue C M Y K H S L
Decimal 215 131 1 0 0.39 1.00 0.16 36.45 0.99 0.42
Hex D7 83 1 0 27 64 10 24 63 2A
Octal 327 203 1 0 47 144 20 44 143 52
Binary 11010111 10000011 1 0 100111 1100100 10000 100100 1100011 101010

Color Harmonies of #D78301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78301

Black with #D78301

Text Example


Text Example

White with #D78301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78301; }

 p { color: rgb(215,131,1); }

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

background-color css

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

 a { background-color: rgb(215,131,1); }

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

border-color css

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

 span { border-color: rgb(215,131,1); }

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