Html Css Color HEX #D77D06 Mango Tango

📋 copy color: '#D77D06'

red 215 ◦ green 125 ◦ blue 6

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

Shades of Mango Tango #D77D06

Tints of Mango Tango #D77D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 62.14%
G = 36.13%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D77D06 (or 0xD77D06) is known color: Mango Tango. HEX triplet: D7, 7D and 06. RGB value is (215,125,6). Sum of RGB (Red+Green+Blue) = 215+125+6=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D06 is #2882F9. Grayscale: #8A8A8A. Windows color (decimal): -2654970 or 425431. OLE color: 425431.

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

Color convert

RGB 215 125 6 -
CMYK 0 0.42 0.97 0.16
HSL 34.16º 0.95% 0.43% -
HSV(B) 34.16º 0.97% 0.84% -
XYZ 35.39 29.13 3.93 -
YUV 138.34 53.32 182.68 -
System Red Green Blue C M Y K H S L
Decimal 215 125 6 0 0.42 0.97 0.16 34.16 0.95 0.43
Hex D7 7D 6 0 2A 61 10 22 5F 2B
Octal 327 175 6 0 52 141 20 42 137 53
Binary 11010111 1111101 110 0 101010 1100001 10000 100010 1011111 101011

Color Harmonies of #D77D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D06

Black with #D77D06

Text Example


Text Example

White with #D77D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D06; }

 p { color: rgb(215,125,6); }

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

background-color css

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

 a { background-color: rgb(215,125,6); }

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

border-color css

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

 span { border-color: rgb(215,125,6); }

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