Html Css Color HEX #D96A06 Mango Tango

📋 copy color: '#D96A06'

red 217 ◦ green 106 ◦ blue 6

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

Shades of Mango Tango #D96A06

Tints of Mango Tango #D96A06

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 65.96%
G = 32.22%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96A06 (or 0xD96A06) is known color: Mango Tango. HEX triplet: D9, 6A and 06. RGB value is (217,106,6). Sum of RGB (Red+Green+Blue) = 217+106+6=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A06 is #2695F9. Grayscale: #808080. Windows color (decimal): -2528762 or 420569. OLE color: 420569.

HSL color Cylindrical-coordinate representation of color #D96A06: hue angle of 28.44º 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 #D96A06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 6 -
CMYK 0 0.51 0.97 0.15
HSL 28.44º 0.95% 0.44% -
HSV(B) 28.44º 0.97% 0.85% -
XYZ 33.8 25.07 3.23 -
YUV 127.79 59.27 191.63 -
System Red Green Blue C M Y K H S L
Decimal 217 106 6 0 0.51 0.97 0.15 28.44 0.95 0.44
Hex D9 6A 6 0 33 61 F 1C 5F 2C
Octal 331 152 6 0 63 141 17 34 137 54
Binary 11011001 1101010 110 0 110011 1100001 1111 11100 1011111 101100

Color Harmonies of #D96A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A06

Black with #D96A06

Text Example


Text Example

White with #D96A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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