Html Css Color HEX #D77A00 Mango Tango

📋 copy color: '#D77A00'

red 215 ◦ green 122 ◦ blue 0

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

Shades of Mango Tango #D77A00

Tints of Mango Tango #D77A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.8%
G = 36.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D77A00 (or 0xD77A00) is known color: Mango Tango. HEX triplet: D7, 7A and 00. RGB value is (215,122,0). Sum of RGB (Red+Green+Blue) = 215+122+0=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A00 is #2885FF. Grayscale: #888888. Windows color (decimal): -2655744 or 31447. OLE color: 31447.

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

Color convert

RGB 215 122 0 -
CMYK 0 0.43 1 0.16
HSL 34.05º 1% 0.42% -
HSV(B) 34.05º 1% 0.84% -
XYZ 34.98 28.37 3.63 -
YUV 135.9 51.31 184.42 -
System Red Green Blue C M Y K H S L
Decimal 215 122 0 0 0.43 1 0.16 34.05 1 0.42
Hex D7 7A 0 0 2B 64 10 22 64 2A
Octal 327 172 0 0 53 144 20 42 144 52
Binary 11010111 1111010 0 0 101011 1100100 10000 100010 1100100 101010

Color Harmonies of #D77A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A00

Black with #D77A00

Text Example


Text Example

White with #D77A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A00; }

 p { color: rgb(215,122,0); }

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

background-color css

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

 a { background-color: rgb(215,122,0); }

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

border-color css

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

 span { border-color: rgb(215,122,0); }

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