Html Css Color HEX #D96E06 Mango Tango

📋 copy color: '#D96E06'

red 217 ◦ green 110 ◦ blue 6

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

Shades of Mango Tango #D96E06

Tints of Mango Tango #D96E06

RGB

 RED value IS 217 (85.16% from 255) = 65.17%

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 65.17%
G = 33.03%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96E06 (or 0xD96E06) is known color: Mango Tango. HEX triplet: D9, 6E and 06. RGB value is (217,110,6). Sum of RGB (Red+Green+Blue) = 217+110+6=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E06 is #2691F9. Grayscale: #828282. Windows color (decimal): -2527738 or 421593. OLE color: 421593.

HSL color Cylindrical-coordinate representation of color #D96E06: hue angle of 29.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D96E06 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 6 -
CMYK 0 0.49 0.97 0.15
HSL 29.57º 0.95% 0.44% -
HSV(B) 29.57º 0.97% 0.85% -
XYZ 34.22 25.92 3.37 -
YUV 130.14 57.95 189.96 -
System Red Green Blue C M Y K H S L
Decimal 217 110 6 0 0.49 0.97 0.15 29.57 0.95 0.44
Hex D9 6E 6 0 31 61 F 1E 5F 2C
Octal 331 156 6 0 61 141 17 36 137 54
Binary 11011001 1101110 110 0 110001 1100001 1111 11110 1011111 101100

Color Harmonies of #D96E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E06

Black with #D96E06

Text Example


Text Example

White with #D96E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E06; }

 p { color: rgb(217,110,6); }

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

background-color css

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

 a { background-color: rgb(217,110,6); }

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

border-color css

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

 span { border-color: rgb(217,110,6); }

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