Html Css Color HEX #D78201 Mango Tango

📋 copy color: '#D78201'

red 215 ◦ green 130 ◦ blue 1

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

Shades of Mango Tango #D78201

Tints of Mango Tango #D78201

RGB

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

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

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

R = 62.14%
G = 37.57%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D78201 (or 0xD78201) is known color: Mango Tango. HEX triplet: D7, 82 and 01. RGB value is (215,130,1). Sum of RGB (Red+Green+Blue) = 215+130+1=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D78201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78201 is #287DFE. Grayscale: #8D8D8D. Windows color (decimal): -2653695 or 99031. OLE color: 99031.

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

Color convert

RGB 215 130 1 -
CMYK 0 0.40 1.00 0.16
HSL 36.17º 0.99% 0.42% -
HSV(B) 36.17º 1% 0.84% -
XYZ 36.01 30.41 4 -
YUV 140.71 49.16 180.99 -
System Red Green Blue C M Y K H S L
Decimal 215 130 1 0 0.40 1.00 0.16 36.17 0.99 0.42
Hex D7 82 1 0 28 64 10 24 63 2A
Octal 327 202 1 0 50 144 20 44 143 52
Binary 11010111 10000010 1 0 101000 1100100 10000 100100 1100011 101010

Color Harmonies of #D78201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78201

Black with #D78201

Text Example


Text Example

White with #D78201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78201; }

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

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

background-color css

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

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

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

border-color css

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

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

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