Html Css Color HEX #D76F00 Mango Tango

📋 copy color: '#D76F00'

red 215 ◦ green 111 ◦ blue 0

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

Shades of Mango Tango #D76F00

Tints of Mango Tango #D76F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 65.95%
G = 34.05%
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

#D76F00 (or 0xD76F00) is known color: Mango Tango. HEX triplet: D7, 6F and 00. RGB value is (215,111,0). Sum of RGB (Red+Green+Blue) = 215+111+0=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F00 is #2890FF. Grayscale: #818181. Windows color (decimal): -2658560 or 28631. OLE color: 28631.

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

Color convert

RGB 215 111 0 -
CMYK 0 0.48 1 0.16
HSL 30.98º 1% 0.42% -
HSV(B) 30.98º 1% 0.84% -
XYZ 33.71 25.82 3.21 -
YUV 129.44 54.96 189.03 -
System Red Green Blue C M Y K H S L
Decimal 215 111 0 0 0.48 1 0.16 30.98 1 0.42
Hex D7 6F 0 0 30 64 10 1F 64 2A
Octal 327 157 0 0 60 144 20 37 144 52
Binary 11010111 1101111 0 0 110000 1100100 10000 11111 1100100 101010

Color Harmonies of #D76F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F00

Black with #D76F00

Text Example


Text Example

White with #D76F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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