Html Css Color HEX #D76F0A Mango Tango

📋 copy color: '#D76F0A'

red 215 ◦ green 111 ◦ blue 10

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

Shades of Mango Tango #D76F0A

Tints of Mango Tango #D76F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 63.99%
G = 33.04%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D76F0A (or 0xD76F0A) is known color: Mango Tango. HEX triplet: D7, 6F and 0A. RGB value is (215,111,10). Sum of RGB (Red+Green+Blue) = 215+111+10=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F0A is #2890F5. Grayscale: #838383. Windows color (decimal): -2658550 or 683991. OLE color: 683991.

HSL color Cylindrical-coordinate representation of color #D76F0A: hue angle of 29.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D76F0A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 10 -
CMYK 0 0.48 0.95 0.16
HSL 29.56º 0.91% 0.44% -
HSV(B) 29.56º 0.95% 0.84% -
XYZ 33.76 25.84 3.49 -
YUV 130.58 59.96 188.21 -
System Red Green Blue C M Y K H S L
Decimal 215 111 10 0 0.48 0.95 0.16 29.56 0.91 0.44
Hex D7 6F A 0 30 5F 10 1E 5B 2C
Octal 327 157 12 0 60 137 20 36 133 54
Binary 11010111 1101111 1010 0 110000 1011111 10000 11110 1011011 101100

Color Harmonies of #D76F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F0A

Black with #D76F0A

Text Example


Text Example

White with #D76F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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