Html Css Color HEX #D77004 Mango Tango

📋 copy color: '#D77004'

red 215 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #D77004

Tints of Mango Tango #D77004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 64.95%
G = 33.84%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D77004 (or 0xD77004) is known color: Mango Tango. HEX triplet: D7, 70 and 04. RGB value is (215,112,4). Sum of RGB (Red+Green+Blue) = 215+112+4=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D77004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77004 is #288FFB. Grayscale: #838383. Windows color (decimal): -2658300 or 291031. OLE color: 291031.

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

Color convert

RGB 215 112 4 -
CMYK 0 0.48 0.98 0.16
HSL 30.71º 0.96% 0.43% -
HSV(B) 30.71º 0.98% 0.84% -
XYZ 33.84 26.04 3.36 -
YUV 130.49 56.62 188.28 -
System Red Green Blue C M Y K H S L
Decimal 215 112 4 0 0.48 0.98 0.16 30.71 0.96 0.43
Hex D7 70 4 0 30 62 10 1F 60 2B
Octal 327 160 4 0 60 142 20 37 140 53
Binary 11010111 1110000 100 0 110000 1100010 10000 11111 1100000 101011

Color Harmonies of #D77004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77004

Black with #D77004

Text Example


Text Example

White with #D77004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77004; }

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

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

background-color css

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

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

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

border-color css

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

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

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