Html Css Color HEX #D76D00 Mango Tango

📋 copy color: '#D76D00'

red 215 ◦ green 109 ◦ blue 0

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

Shades of Mango Tango #D76D00

Tints of Mango Tango #D76D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

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

R = 66.36%
G = 33.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76D00 (or 0xD76D00) is known color: Mango Tango. HEX triplet: D7, 6D and 00. RGB value is (215,109,0). Sum of RGB (Red+Green+Blue) = 215+109+0=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D00 is #2892FF. Grayscale: #808080. Windows color (decimal): -2659072 or 28119. OLE color: 28119.

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

Color convert

RGB 215 109 0 -
CMYK 0 0.49 1 0.16
HSL 30.42º 1% 0.42% -
HSV(B) 30.42º 1% 0.84% -
XYZ 33.49 25.38 3.13 -
YUV 128.27 55.62 189.86 -
System Red Green Blue C M Y K H S L
Decimal 215 109 0 0 0.49 1 0.16 30.42 1 0.42
Hex D7 6D 0 0 31 64 10 1E 64 2A
Octal 327 155 0 0 61 144 20 36 144 52
Binary 11010111 1101101 0 0 110001 1100100 10000 11110 1100100 101010

Color Harmonies of #D76D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D00

Black with #D76D00

Text Example


Text Example

White with #D76D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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