Html Css Color HEX #D96F06 Mango Tango

📋 copy color: '#D96F06'

red 217 ◦ green 111 ◦ blue 6

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

Shades of Mango Tango #D96F06

Tints of Mango Tango #D96F06

RGB

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

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

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

R = 64.97%
G = 33.23%
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

#D96F06 (or 0xD96F06) is known color: Mango Tango. HEX triplet: D9, 6F and 06. RGB value is (217,111,6). Sum of RGB (Red+Green+Blue) = 217+111+6=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F06 is #2690F9. Grayscale: #838383. Windows color (decimal): -2527482 or 421849. OLE color: 421849.

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

Color convert

RGB 217 111 6 -
CMYK 0 0.49 0.97 0.15
HSL 29.86º 0.95% 0.44% -
HSV(B) 29.86º 0.97% 0.85% -
XYZ 34.33 26.13 3.41 -
YUV 130.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 217 111 6 0 0.49 0.97 0.15 29.86 0.95 0.44
Hex D9 6F 6 0 31 61 F 1E 5F 2C
Octal 331 157 6 0 61 141 17 36 137 54
Binary 11011001 1101111 110 0 110001 1100001 1111 11110 1011111 101100

Color Harmonies of #D96F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F06

Black with #D96F06

Text Example


Text Example

White with #D96F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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