Html Css Color HEX #D78205 Mango Tango

📋 copy color: '#D78205'

red 215 ◦ green 130 ◦ blue 5

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

Shades of Mango Tango #D78205

Tints of Mango Tango #D78205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 61.43%
G = 37.14%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D78205 (or 0xD78205) is known color: Mango Tango. HEX triplet: D7, 82 and 05. RGB value is (215,130,5). Sum of RGB (Red+Green+Blue) = 215+130+5=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D78205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78205 is #287DFA. Grayscale: #8D8D8D. Windows color (decimal): -2653691 or 361175. OLE color: 361175.

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

Color convert

RGB 215 130 5 -
CMYK 0 0.40 0.98 0.16
HSL 35.71º 0.95% 0.43% -
HSV(B) 35.71º 0.98% 0.84% -
XYZ 36.03 30.42 4.12 -
YUV 141.17 51.16 180.66 -
System Red Green Blue C M Y K H S L
Decimal 215 130 5 0 0.40 0.98 0.16 35.71 0.95 0.43
Hex D7 82 5 0 28 62 10 24 5F 2B
Octal 327 202 5 0 50 142 20 44 137 53
Binary 11010111 10000010 101 0 101000 1100010 10000 100100 1011111 101011

Color Harmonies of #D78205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78205

Black with #D78205

Text Example


Text Example

White with #D78205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78205; }

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

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

background-color css

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

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

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

border-color css

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

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

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