Html Css Color HEX #D77000 Mango Tango

📋 copy color: '#D77000'

red 215 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #D77000

Tints of Mango Tango #D77000

RGB

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

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

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

R = 65.75%
G = 34.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D77000 (or 0xD77000) is known color: Mango Tango. HEX triplet: D7, 70 and 00. RGB value is (215,112,0). Sum of RGB (Red+Green+Blue) = 215+112+0=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D77000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77000 is #288FFF. Grayscale: #828282. Windows color (decimal): -2658304 or 28887. OLE color: 28887.

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

Color convert

RGB 215 112 0 -
CMYK 0 0.48 1 0.16
HSL 31.26º 1% 0.42% -
HSV(B) 31.26º 1% 0.84% -
XYZ 33.82 26.04 3.24 -
YUV 130.03 54.62 188.61 -
System Red Green Blue C M Y K H S L
Decimal 215 112 0 0 0.48 1 0.16 31.26 1 0.42
Hex D7 70 0 0 30 64 10 1F 64 2A
Octal 327 160 0 0 60 144 20 37 144 52
Binary 11010111 1110000 0 0 110000 1100100 10000 11111 1100100 101010

Color Harmonies of #D77000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77000

Black with #D77000

Text Example


Text Example

White with #D77000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77000; }

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

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

background-color css

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

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

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

border-color css

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

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

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