Html Css Color HEX #D96706 Mango Tango

📋 copy color: '#D96706'

red 217 ◦ green 103 ◦ blue 6

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

Shades of Mango Tango #D96706

Tints of Mango Tango #D96706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 66.56%
G = 31.6%
B = 1.84%

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

#D96706 (or 0xD96706) is known color: Mango Tango. HEX triplet: D9, 67 and 06. RGB value is (217,103,6). Sum of RGB (Red+Green+Blue) = 217+103+6=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D96706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96706 is #2698F9. Grayscale: #7E7E7E. Windows color (decimal): -2529530 or 419801. OLE color: 419801.

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

Color convert

RGB 217 103 6 -
CMYK 0 0.53 0.97 0.15
HSL 27.58º 0.95% 0.44% -
HSV(B) 27.58º 0.97% 0.85% -
XYZ 33.5 24.47 3.13 -
YUV 126.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 217 103 6 0 0.53 0.97 0.15 27.58 0.95 0.44
Hex D9 67 6 0 35 61 F 1C 5F 2C
Octal 331 147 6 0 65 141 17 34 137 54
Binary 11011001 1100111 110 0 110101 1100001 1111 11100 1011111 101100

Color Harmonies of #D96706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96706

Black with #D96706

Text Example


Text Example

White with #D96706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96706; }

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

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

background-color css

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

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

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

border-color css

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

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

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