Html Css Color HEX #D77205 Mango Tango

📋 copy color: '#D77205'

red 215 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #D77205

Tints of Mango Tango #D77205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 64.37%
G = 34.13%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D77205 (or 0xD77205) is known color: Mango Tango. HEX triplet: D7, 72 and 05. RGB value is (215,114,5). Sum of RGB (Red+Green+Blue) = 215+114+5=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D77205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77205 is #288DFA. Grayscale: #848484. Windows color (decimal): -2657787 or 357079. OLE color: 357079.

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

Color convert

RGB 215 114 5 -
CMYK 0 0.47 0.98 0.16
HSL 31.14º 0.95% 0.43% -
HSV(B) 31.14º 0.98% 0.84% -
XYZ 34.07 26.49 3.46 -
YUV 131.77 56.46 187.36 -
System Red Green Blue C M Y K H S L
Decimal 215 114 5 0 0.47 0.98 0.16 31.14 0.95 0.43
Hex D7 72 5 0 2F 62 10 1F 5F 2B
Octal 327 162 5 0 57 142 20 37 137 53
Binary 11010111 1110010 101 0 101111 1100010 10000 11111 1011111 101011

Color Harmonies of #D77205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77205

Black with #D77205

Text Example


Text Example

White with #D77205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77205; }

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

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

background-color css

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

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

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

border-color css

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

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

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