Html Css Color HEX #D96607 Mango Tango

📋 copy color: '#D96607'

red 217 ◦ green 102 ◦ blue 7

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

Shades of Mango Tango #D96607

Tints of Mango Tango #D96607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 66.56%
G = 31.29%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96607 (or 0xD96607) is known color: Mango Tango. HEX triplet: D9, 66 and 07. RGB value is (217,102,7). Sum of RGB (Red+Green+Blue) = 217+102+7=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D96607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96607 is #2699F8. Grayscale: #7E7E7E. Windows color (decimal): -2529785 or 485081. OLE color: 485081.

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

Color convert

RGB 217 102 7 -
CMYK 0 0.53 0.97 0.15
HSL 27.14º 0.94% 0.44% -
HSV(B) 27.14º 0.97% 0.85% -
XYZ 33.4 24.27 3.12 -
YUV 125.56 61.1 193.22 -
System Red Green Blue C M Y K H S L
Decimal 217 102 7 0 0.53 0.97 0.15 27.14 0.94 0.44
Hex D9 66 7 0 35 61 F 1B 5E 2C
Octal 331 146 7 0 65 141 17 33 136 54
Binary 11011001 1100110 111 0 110101 1100001 1111 11011 1011110 101100

Color Harmonies of #D96607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96607

Black with #D96607

Text Example


Text Example

White with #D96607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96607; }

 p { color: rgb(217,102,7); }

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

background-color css

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

 a { background-color: rgb(217,102,7); }

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

border-color css

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

 span { border-color: rgb(217,102,7); }

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