Html Css Color HEX #D77D04 Mango Tango

📋 copy color: '#D77D04'

red 215 ◦ green 125 ◦ blue 4

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

Shades of Mango Tango #D77D04

Tints of Mango Tango #D77D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 62.5%
G = 36.34%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D77D04 (or 0xD77D04) is known color: Mango Tango. HEX triplet: D7, 7D and 04. RGB value is (215,125,4). Sum of RGB (Red+Green+Blue) = 215+125+4=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D04 is #2882FB. Grayscale: #8A8A8A. Windows color (decimal): -2654972 or 294359. OLE color: 294359.

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

Color convert

RGB 215 125 4 -
CMYK 0 0.42 0.98 0.16
HSL 34.41º 0.96% 0.43% -
HSV(B) 34.41º 0.98% 0.84% -
XYZ 35.38 29.12 3.87 -
YUV 138.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 215 125 4 0 0.42 0.98 0.16 34.41 0.96 0.43
Hex D7 7D 4 0 2A 62 10 22 60 2B
Octal 327 175 4 0 52 142 20 42 140 53
Binary 11010111 1111101 100 0 101010 1100010 10000 100010 1100000 101011

Color Harmonies of #D77D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D04

Black with #D77D04

Text Example


Text Example

White with #D77D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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